OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyGeometryRepresentations
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java
111
cacheBitmap = GeometryMathUtils.
applyGeometryRepresentations
(geometry, cacheBitmap);
CachingPipeline.java
413
return GeometryMathUtils.
applyGeometryRepresentations
(preset.getGeometryFilters(), bitmap);
ImagePreset.java
474
Bitmap bmp = GeometryMathUtils.
applyGeometryRepresentations
(
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
386
public static Bitmap
applyGeometryRepresentations
(Collection<FilterRepresentation> res,
Completed in 126 milliseconds