HomeSort by relevance Sort by last modified time
    Searched refs:centY (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 67 double &mass, double &centX, double &centY)
71 centY = (y0 + y1 + y2) / 3.0;
130 double &centX, double &centY)
149 centY = cent1y + (cent2y - cent1y) * z;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 176 float centY = r.centerY();
179 r.set(centX - hw, centY - hh, centX + hw, centY + hh);

Completed in 343 milliseconds