Searched defs:y1 (Results 1 – 6 of 6) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Geometry.h | 65 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()
|
D | Blend.cpp | 139 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local 984 int y1 = (yy >= 0.0) ? (int) yy : (int) floor(yy); in ProcessPyramidForThisFrame() local
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | TextureRenderer.java | 147 float x0, y0, x1, y1; in computeOutputVertices() local
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine()
|
/development/ndk/platforms/android-L/include/linux/dvb/ |
D | osd.h | 59 int y1; member
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceScript.java | 550 float y1 = pt1yStart; in handleEvent() local
|