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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 40 innerRotated = CropMath.getCornersFromRect(inner);
50 innerRotated = CropMath.getCornersFromRect(inner);
60 innerRotated = CropMath.getCornersFromRect(inner);
73 innerRotated = CropMath.getCornersFromRect(inner);
86 innerRotated = CropMath.getCornersFromRect(inner);
119 float[] translatedInnerCorners = CropMath.getCornersFromRect(translatedInner);
120 float[] outerCorners = CropMath.getCornersFromRect(outer);
131 if (!CropMath.inclusiveContains(outer, correctedInnerX, correctedInnerY)) {
135 float[] nearestSide = CropMath.closestSide(badCorner, outerCorners);
146 if (!CropMath.inclusiveContains(outer, correctedInnerX, correctedInnerY))
    [all...]
CropActivity.java 427 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
465 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig);
619 RectF crop = CropMath.getScaledCropBounds(cropBounds, photoBounds, imageBounds);
634 int size = CropMath.getBitmapSize(image);
645 if (CropMath.getBitmapSize(ret) > max_size) {
695 RectF scaledCrop = CropMath.getScaledCropBounds(crop, photo, imageBounds);
CropMath.java 27 public class CropMath {
CropObject.java 96 CropMath.fixAspectRatioContained(inner, width, height);
CropView.java 275 int rot = CropMath.constrainedRotation(rotation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 33 import com.android.gallery3d.filtershow.crop.CropMath;
217 int rot = CropMath.constrainedRotation(rotation);

Completed in 158 milliseconds