HomeSort by relevance Sort by last modified time
    Searched refs:applyRepresentation (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java 110 public void applyRepresentation(FilterRepresentation representation,
122 public Bitmap applyRepresentation(FilterRepresentation representation, Bitmap bitmap) {
ImagePreset.java 489 bitmap = environment.applyRepresentation(border, bitmap);
521 bitmap = environment.applyRepresentation(representation, bitmap);
546 environment.applyRepresentation(border, bitmapIn, out);
568 environment.applyRepresentation(representation, in, out);
CacheProcessing.java 118 cacheBitmap = environment.applyRepresentation(representation, cacheBitmap);

Completed in 834 milliseconds