Searched refs:cx (Results 1 – 11 of 11) 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() 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/ |
D | DraggableDot.java | 149 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/ |
D | BitmapMesh.java | 84 private void warp(float cx, float cy) { in warp() argument 91 float dx = cx - x; in warp() 101 dst[i+0] = cx; in warp()
|
D | Compass.java | 106 int cx = w / 2; in onDraw() local 109 canvas.translate(cx, cy); in onDraw()
|
D | SensorTest.java | 189 int cx = w / 2; in onDraw() local 192 canvas.translate(cx, cy); in onDraw()
|
D | TouchPaint.java | 525 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/ |
D | sigcontext32.h | 80 unsigned int cx; member
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
D | sigcontext32.h | 80 unsigned int cx; member
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 343 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/ |
D | Delaunay.cpp | 499 double cx = sa[c].X(); in ccw() local 504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy); in ccw()
|
D | Blend.cpp | 635 int cx = (int)imgMos.Y.width/2; in PerformFinalBlending() local
|