Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java71 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale, in nativeApplyFilter() argument
76 public Bitmap apply(Bitmap bitmapIn, float scaleFactor, int quality) { in apply() argument
77 int w = bitmapIn.getWidth(); in apply()
78 int h = bitmapIn.getHeight(); in apply()
86 bitmapIn = applyXmp(bitmapIn, xmp, w); in apply()
104 nativeApplyFilter(bitmapIn, bitmapIn.getWidth(), bitmapIn.getHeight(), mBitmapOut, in apply()
110 private Bitmap applyXmp(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) { in applyXmp() argument
124 return bitmapIn; in applyXmp()
145 paddedCanvas.drawBitmap(bitmapIn, null, destRect, null); in applyXmp()
146 bitmapIn = paddedBitmap; in applyXmp()
[all …]
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java445 private static Bitmap createPaddedBitmap(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) { in createPaddedBitmap() argument
459 return bitmapIn; in createPaddedBitmap()
480 paddedCanvas.drawBitmap(bitmapIn, null, destRect, null); in createPaddedBitmap()
485 return bitmapIn; in createPaddedBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java540 Allocation bitmapIn = in; in applyBorder() local
542 bitmapIn = Allocation.createTyped( in applyBorder()
544 bitmapIn.copyFrom(out); in applyBorder()
546 environment.applyRepresentation(border, bitmapIn, out); in applyBorder()