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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 71 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale,
76 public Bitmap apply(Bitmap bitmapIn, float scaleFactor, int quality) {
77 int w = bitmapIn.getWidth();
78 int h = bitmapIn.getHeight();
84 // Do nothing, just use bitmapIn as is if we don't have XMP.
86 bitmapIn = applyXmp(bitmapIn, xmp, w);
104 nativeApplyFilter(bitmapIn, bitmapIn.getWidth(), bitmapIn.getHeight(), mBitmapOut
    [all...]
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 449 private static Bitmap createPaddedBitmap(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) {
463 return bitmapIn;
484 paddedCanvas.drawBitmap(bitmapIn, null, destRect, null);
489 return bitmapIn;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 540 Allocation bitmapIn = in;
542 bitmapIn = Allocation.createTyped(
544 bitmapIn.copyFrom(out);
546 environment.applyRepresentation(border, bitmapIn, out);

Completed in 66 milliseconds