Searched refs:cy (Results 1 – 9 of 9) sorted by relevance
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_geometry.h | 34 double cx,cy,m; in db_PointCentroid2D() local 36 cx=0;cy=0; in db_PointCentroid2D() 40 cy+= *X++; in db_PointCentroid2D() 46 c[1]=cy*m; in db_PointCentroid2D() 54 double cx,cy,m; in db_PointCentroid2D() local 57 cx=0;cy=0; in db_PointCentroid2D() 62 cy+=temp[1]; in db_PointCentroid2D() 68 c[1]=cy*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/ |
D | DraggableDot.java | 150 final float cy = hf/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/ |
D | BitmapMesh.java | 85 private void warp(float cx, float cy) { in warp() argument 93 float dy = cy - y; in warp() 103 dst[i+1] = cy; in warp()
|
D | Compass.java | 107 int cy = h / 2; in onDraw() local 109 canvas.translate(cx, cy); in onDraw()
|
D | SensorTest.java | 190 int cy = h / 2; in onDraw() local 192 canvas.translate(cx, cy); in onDraw()
|
D | TouchPaint.java | 526 float cy = ny * cd; in drawSplat() local 557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint); in drawSplat()
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 343 VP_PAR cx, cy; in vp_zoom_motion2d() local 357 cy = (VP_PAR) (h/2.0); in vp_zoom_motion2d() 364 MYW(R2r)=cy*(((VP_PAR)1.0) - inv_zoom); in vp_zoom_motion2d()
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 502 double cy = sa[c].Y(); in ccw() local 504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy); in ccw()
|
D | Blend.cpp | 636 int cy = (int)imgMos.Y.height/2; in PerformFinalBlending() local
|