Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java111 cacheBitmap = GeometryMathUtils.applyGeometryRepresentations(geometry, cacheBitmap); in apply()
DCachingPipeline.java413 return GeometryMathUtils.applyGeometryRepresentations(preset.getGeometryFilters(), bitmap); in renderGeometryIcon()
DImagePreset.java474 Bitmap bmp = GeometryMathUtils.applyGeometryRepresentations( in applyGeometry()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java386 public static Bitmap applyGeometryRepresentations(Collection<FilterRepresentation> res, in applyGeometryRepresentations() method in GeometryMathUtils