Searched refs:y3 (Results 1 – 6 of 6) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Geometry.h | 129 …uadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, in FindQuadCentroid() argument 144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y); in FindQuadCentroid()
|
D | Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local 172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3); in runBlend() 186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower in runBlend() 189 yTopCorners[1] = y3; in runBlend() 200 … FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); in runBlend()
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Geometry.h | 129 …uadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, in FindQuadCentroid() argument 144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y); in FindQuadCentroid()
|
D | Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local 172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3); in runBlend() 186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower in runBlend() 189 yTopCorners[1] = y3; in runBlend() 200 … FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); in runBlend()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DeleteDropTarget.java | 276 final float y3 = to.top; in createFlingToTrashAnimatorListener() local 298 (t * t) * y3; in createFlingToTrashAnimatorListener()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvasImpl.java | 308 float y3 = m[1] * x1 + m[5] * y1 + m[13]; in mapPoints() local 311 r[1] = y3 / w3; in mapPoints()
|