OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finalGeometryRect
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
302
public static Rect
finalGeometryRect
(int width, int height,
/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());
Completed in 971 milliseconds