Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 21 of 21) sorted by relevance

/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLSurfaceView.java58 float dx = x - mPreviousX; in onTouchEvent() local
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DMyGLSurfaceView.java61 float dx = x - mPreviousX; in onTouchEvent() local
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_bundle.h38 inline void db_Compute_dx(double *dx,double **JtJ,double *min_Jtf,double lambda,double *d,int n) in db_Compute_dx()
Ddb_rob_image_homography.cpp231 double JtJ[9],min_Jtf[3],dx[3],H_p_dx[9]; in db_RobCamRotation_Polish() local
513 inline void db_ImageHomographyUpdateGeneric(double H_p_dx[9],double H[9],double *dx,int homography_… in db_ImageHomographyUpdateGeneric()
573 double JtJ[72],min_Jtf[9],dx[8],H_p_dx[9]; in db_RobCamRotation_Polish_Generic() local
Ddb_feature_detection.cpp221 float dx,dy; in db_gxx_gxy_gyy_row_f() local
1475 float dx = (fyy * fx - fxy * fy) / denom; in db_SubPixel() local
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java67 public void onDrag(float dx, float dy) { in onDrag()
DVersionedGestureDetector.java50 public void onDrag(float dx, float dy); in onDrag()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchRotateActivity.java99 float dx = e.getX() - mPreviousX; in updateAngles() local
DBitmapMesh.java91 float dx = cx - x; in warp() local
DFingerPaint.java101 float dx = Math.abs(x - mX); in touch_move() local
DWindowSurface.java100 float x, y, dx, dy; field in WindowSurface.MovingPoint
/development/perftests/panorama/feature_mos/src/mosaic/
DGeometry.h103 double dx = x2 - x0; in FindTriangleCentroid() local
DBlend.cpp1134 double dx = (m_AllSites[ce->second].getVCenter().x - m_AllSites[ce->first].getVCenter().x); in ClipBlendRect() local
1305 double dx = prevX - firstX; in ComputeBlendParameters() local
DDelaunay.cpp475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; in incircle() local
/development/ndk/platforms/android-3/include/linux/
Dfb.h297 __u32 dx; member
306 __u32 dx; member
315 __u32 dx; member
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dsigcontext32.h79 unsigned int dx; member
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dsigcontext32.h79 unsigned int dx; member
/development/ndk/platforms/android-21/include/linux/
Dfb.h344 __u32 dx; member
354 __u32 dx; member
364 __u32 dx; member
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java285 float dx = ball.mPosX - curr.mPosX; in update() local
/development/samples/browseable/AccelerometerPlay/src/com.example.android.accelerometerplay/
DAccelerometerPlayActivity.java270 float dx = ball.mPosX - curr.mPosX; in update() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java183 int dx = 0; in translateCommand() local