OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalGeometryRect
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java
466
public Rect
finalGeometryRect
(int width, int height) {
467
return GeometryMathUtils.
finalGeometryRect
(width, height, getGeometryFilters());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java
110
mOriginalBounds = preset.
finalGeometryRect
(mOriginalBounds.width(),
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
302
public static Rect
finalGeometryRect
(int width, int height,
Completed in 38 milliseconds