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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageMirror.java 27 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.GeometryHolder;
69 GeometryMathUtils.initializeHolder(mDrawHolder, mLocalRep);
70 GeometryMathUtils.drawTransformedCropped(mDrawHolder, canvas, image, getWidth(),
ImageRotate.java 27 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.GeometryHolder;
73 GeometryMathUtils.initializeHolder(mDrawHolder, mLocalRep);
74 GeometryMathUtils.drawTransformedCropped(mDrawHolder, canvas, image, canvas.getWidth(),
GeometryMathUtils.java 41 public final class GeometryMathUtils {
42 private static final String TAG = "GeometryMathUtils";
45 private GeometryMathUtils() {};
334 return GeometryMathUtils.getOriginalToScreen(h, reflectRotation, bmapDimens.width(),
444 if (GeometryMathUtils.needsDimensionSwap(holder.rotation)) {
448 float scale = GeometryMathUtils.scale(bw, bh, viewWidth, viewHeight);
472 float scale = GeometryMathUtils.scale(crop.width(), crop.height(), viewWidth, viewHeight);
474 GeometryMathUtils.scaleRect(crop, scale);
ImageStraighten.java 37 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.GeometryHolder;
216 if (GeometryMathUtils.needsDimensionSwap(h.rotation)) {
225 float scale = GeometryMathUtils.scale(iw, ih, viewWidth, viewHeight);
226 scale *= GeometryMathUtils.SHOW_SCALE;
227 GeometryMathUtils.scaleRect(tmp, scale);
231 Matrix m1 = GeometryMathUtils.getFullGeometryToScreenMatrix(h, imageWidth,
249 GeometryMathUtils.initializeHolder(mDrawHolder, mLocalRep);
257 Matrix m = GeometryMathUtils.getFullGeometryToScreenMatrix(mDrawHolder, imageWidth,
ImageCrop.java 37 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.GeometryHolder;
90 GeometryMathUtils.initializeHolder(mUpdateHolder, mLocalRep);
186 if (GeometryMathUtils.needsDimensionSwap(mGeometry.rotation)) {
269 mDisplayMatrix = GeometryMathUtils.getFullGeometryToScreenMatrix(mGeometry,
273 mDisplayCropMatrix = GeometryMathUtils.getFullGeometryToScreenMatrix(mGeometry,

Completed in 434 milliseconds