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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 27 public class CropMath {
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...]
CropObject.java 96 CropMath.fixAspectRatioContained(inner, width, height);

Completed in 110 milliseconds