Searched refs:bitmapIn (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterTinyPlanet.java71 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale,
76 public Bitmap apply(Bitmap bitmapIn, float scaleFactor, int quality) { argument
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
70 nativeApplyFilter( Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale, float angle) argument
110 applyXmp(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) argument
[all...]
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java449 private static Bitmap createPaddedBitmap(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) { argument
463 return bitmapIn;
484 paddedCanvas.drawBitmap(bitmapIn, null, destRect, null);
489 return bitmapIn;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImagePreset.java540 Allocation bitmapIn = in;
542 bitmapIn = Allocation.createTyped(
544 bitmapIn.copyFrom(out);
546 environment.applyRepresentation(border, bitmapIn, out);

Completed in 49 milliseconds