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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
FilterEnvironment.java 109 public void applyRepresentation(FilterRepresentation representation,
120 public Bitmap applyRepresentation(FilterRepresentation representation, Bitmap bitmap) {
ImagePreset.java 454 bitmap = environment.applyRepresentation(mGeoData, bitmap);
462 bitmap = environment.applyRepresentation(mBorder, bitmap);
485 bitmap = environment.applyRepresentation(representation, bitmap);
505 environment.applyRepresentation(mBorder, bitmapIn, out);
526 environment.applyRepresentation(representation, in, out);

Completed in 47 milliseconds