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/
DImagePreset.java489 bitmap = environment.applyRepresentation(border, bitmap); in applyBorder()
521 bitmap = environment.applyRepresentation(representation, bitmap); in applyFilters()
546 environment.applyRepresentation(border, bitmapIn, out); in applyBorder()
568 environment.applyRepresentation(representation, in, out); in applyFilters()
DFilterEnvironment.java110 public void applyRepresentation(FilterRepresentation representation, in applyRepresentation() method in FilterEnvironment
122 public Bitmap applyRepresentation(FilterRepresentation representation, Bitmap bitmap) { in applyRepresentation() method in FilterEnvironment
DCacheProcessing.java118 cacheBitmap = environment.applyRepresentation(representation, cacheBitmap); in apply()