Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java466 public Rect finalGeometryRect(int width, int height) { in finalGeometryRect() method in ImagePreset
467 return GeometryMathUtils.finalGeometryRect(width, height, getGeometryFilters()); in finalGeometryRect()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java110 mOriginalBounds = preset.finalGeometryRect(mOriginalBounds.width(), in onCreateView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java302 public static Rect finalGeometryRect(int width, int height, in finalGeometryRect() method in GeometryMathUtils