Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 9 of 9) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DGeometry.h65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, in FindTriangleCentroid()
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
DBlend.cpp139 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local
983 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); in ProcessPyramidForThisFrame() local
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DTextureRenderer.java147 float x0, y0, x1, y1; in computeOutputVertices() local
/development/samples/HelloEffects/src/com/example/android/mediafx/
DTextureRenderer.java147 float x0, y0, x1, y1; in computeOutputVertices() local
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_metrics.h121 double x0,x1,x2,mult; in db_SquaredReprojectionErrorHomography() local
135 double x0,x1,x2,mult; in db_SquaredInhomogenousHomographyError() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine()
/development/ndk/platforms/android-21/include/linux/dvb/
Dosd.h57 int x1; member
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.h554 double x0,x1,x2,mult; in SquaredInhomogenousHomographyError() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java549 float x1 = pt1xStart; in handleEvent() local