Searched refs:y3 (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DGeometry.h129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, argument
144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
H A DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DGeometry.h129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, argument
144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
H A DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, argument
144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y);
H A DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java275 final float y3 = to.top;
297 (t * t) * y3;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java372 final float y3 = to.top;
394 (t * t) * y3;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java322 // Multiply m and (x1 y1 0 1) to produce (x3 y3 z3 w3). z3 is unused.
324 float y3 = m[1] * x1 + m[5] * y1 + m[13];
327 r[1] = y3 / w3;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp536 const int y3 = yCoordinates[end]; local
537 const int beelineDistance = GeometryUtils::getDistanceInt(x2, y2, x3, y3);

Completed in 637 milliseconds