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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 100 .findNormalizedCrop(crop, (int) image.width(), (int) image.height());
310 FilterCropRepresentation.findNormalizedCrop(mScreenCropBounds, (int) outer.width(),
ImageStraighten.java 237 FilterCropRepresentation.findNormalizedCrop(mCrop, imageWidth, imageHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 107 public static void findNormalizedCrop(RectF crop, int bitmapWidth, int bitmapHeight) {

Completed in 116 milliseconds