Home
last modified time | relevance | path

Searched refs:getTrueCropRect (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java305 RectF crop = getTrueCropRect(holder, width, height); in finalGeometryRect()
314 RectF crop = getTrueCropRect(holder, width, height); in applyFullGeometryMatrix()
457 public static RectF getTrueCropRect(GeometryHolder holder, int bitmapWidth, int bitmapHeight) { in getTrueCropRect() method in GeometryMathUtils
471 RectF crop = getTrueCropRect(holder, bitmapWidth, bitmapHeight); in getCropSelectionToScreenMatrix()