Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 11 of 11) sorted by relevance

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_geometry.h34 double cx,cy,m; in db_PointCentroid2D() local
36 cx=0;cy=0; in db_PointCentroid2D()
39 cx+= *X++; in db_PointCentroid2D()
45 c[0]=cx*m; in db_PointCentroid2D()
54 double cx,cy,m; in db_PointCentroid2D() local
57 cx=0;cy=0; in db_PointCentroid2D()
61 cx+=temp[0]; in db_PointCentroid2D()
67 c[0]=cx*m; in db_PointCentroid2D()
78 double cx,cy,cz,m; in db_PointCentroid3D() local
80 cx=0;cy=0;cz=0; in db_PointCentroid3D()
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java149 final float cx = wf/2; in onDraw() local
154 canvas.drawCircle(cx, cy, rad, mPaint); in onDraw()
158 cx, cy + mLegendPaint.getFontSpacing()/2, in onDraw()
168 canvas.drawCircle(cx, cy, rad, mGlow); in onDraw()
170 canvas.drawCircle(cx, cy, rad, mGlow); in onDraw()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapMesh.java84 private void warp(float cx, float cy) { in warp() argument
91 float dx = cx - x; in warp()
101 dst[i+0] = cx; in warp()
DCompass.java106 int cx = w / 2; in onDraw() local
109 canvas.translate(cx, cy); in onDraw()
DSensorTest.java189 int cx = w / 2; in onDraw() local
192 canvas.translate(cx, cy); in onDraw()
DTouchPaint.java525 float cx = nx * cd; in drawSplat() local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint); in drawSplat()
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dsigcontext32.h80 unsigned int cx; member
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dsigcontext32.h80 unsigned int cx; member
/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c343 VP_PAR cx, cy; in vp_zoom_motion2d() local
356 cx = (VP_PAR) (w/2.0); in vp_zoom_motion2d()
363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom); in vp_zoom_motion2d()
/development/perftests/panorama/feature_mos/src/mosaic/
DDelaunay.cpp499 double cx = sa[c].X(); in ccw() local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy); in ccw()
DBlend.cpp635 int cx = (int)imgMos.Y.width/2; in PerformFinalBlending() local