Searched defs:GeometryMathUtils (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java41 public final class GeometryMathUtils { class
42 private static final String TAG = "GeometryMathUtils";
45 private GeometryMathUtils() {}; method in class: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);

Completed in 1122 milliseconds