Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DFilterEnvironment.java109 public Bitmap applyRepresentation(FilterRepresentation representation, Bitmap bitmap) { in applyRepresentation() method in FilterEnvironment
DImagePreset.java488 bitmap = environment.applyRepresentation(border, bitmap); in applyBorder()
520 bitmap = environment.applyRepresentation(representation, bitmap); in applyFilters()
DCacheProcessing.java118 cacheBitmap = environment.applyRepresentation(representation, cacheBitmap); in apply()