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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 67 double &mass, double &centX, double &centY)
70 centX = (x0 + x1 + x2) / 3.0;
130 double &centX, double &centY)
148 centX = cent1x + (cent2x - cent1x) * z;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Geometry.h 67 double &mass, double &centX, double &centY)
70 centX = (x0 + x1 + x2) / 3.0;
130 double &centX, double &centY)
148 centX = cent1x + (cent2x - cent1x) * z;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 67 double &mass, double &centX, double &centY)
70 centX = (x0 + x1 + x2) / 3.0;
130 double &centX, double &centY)
148 centX = cent1x + (cent2x - cent1x) * z;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 175 float centX = r.centerX();
179 r.set(centX - hw, centY - hh, centX + hw, centY + hh);
202 float centX = r.centerX();
206 r.set(centX - hw, centY - hh, centX + hw, centY + hh);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 614 float centX = tl[0] + w / 2;
634 canvas.drawText(mAspect, centX, centY, gPaint);

Completed in 44 milliseconds