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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 70 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale,
75 public Bitmap apply(Bitmap bitmapIn, float scaleFactor, int quality) {
76 int w = bitmapIn.getWidth();
77 int h = bitmapIn.getHeight();
83 // Do nothing, just use bitmapIn as is if we don't have XMP.
85 bitmapIn = applyXmp(bitmapIn, xmp, w);
102 nativeApplyFilter(bitmapIn, bitmapIn.getWidth(), bitmapIn.getHeight(), mBitmapOut
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
ImagePreset.java 503 Allocation bitmapIn = Allocation.createTyped(CachingPipeline.getRenderScriptContext(), in.getType());
504 bitmapIn.copyFrom(out);
505 environment.applyRepresentation(mBorder, bitmapIn, out);

Completed in 34 milliseconds