Home
last modified time | relevance | path

Searched refs:centX (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
70 centX = (x0 + x1 + x2) / 3.0; in FindTriangleCentroid()
130 double &centX, double &centY) in FindQuadCentroid() argument
148 centX = cent1x + (cent2x - cent1x) * z; in FindQuadCentroid()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java175 float centX = r.centerX(); in fixAspectRatio() local
179 r.set(centX - hw, centY - hh, centX + hw, centY + hh); in fixAspectRatio()