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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 173 public static void fixAspectRatio(RectF r, float w, float h) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 492 CropMath.fixAspectRatio(crop, mAspectWidth, mAspectHeight);
510 CropMath.fixAspectRatio(crop, mAspectWidth, mAspectHeight);

Completed in 82 milliseconds