Home
last modified time | relevance | path

Searched refs:centY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DGeometry.h67 double &mass, double &centX, double &centY) in FindTriangleCentroid() argument
71 centY = (y0 + y1 + y2) / 3.0; in FindTriangleCentroid()
130 double &centX, double &centY) in FindQuadCentroid() argument
149 centY = cent1y + (cent2y - cent1y) * z; in FindQuadCentroid()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java176 float centY = r.centerY(); in fixAspectRatio() local
179 r.set(centX - hw, centY - hh, centX + hw, centY + hh); in fixAspectRatio()