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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMath.java 22 public class GeometryMath {
ImageStraighten.java 94 setLocalStraighten(GeometryMath.clamp(value, MIN_STRAIGHTEN_ANGLE, MAX_STRAIGHTEN_ANGLE));
ImageGeometry.java 109 return GeometryMath.scale(imageWidth, imageHeight, width, height);
371 bounds = GeometryMath.scaleRect(bounds, scale);
444 crop.set(GeometryMath.scaleRect(cropBounds, scale));
447 photo.set(GeometryMath.scaleRect(photoBounds, scale));
495 float scale = GeometryMath.scale(imageWidth, imageHeight, getWidth(), getHeight());
498 scale = GeometryMath.scale(imageWidth, imageHeight, getHeight(), getWidth());
501 RectF scaledCrop = GeometryMath.scaleRect(cropBounds, scale);
502 RectF scaledPhoto = GeometryMath.scaleRect(photoBounds, scale);

Completed in 42 milliseconds