Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 166) sorted by relevance

1234567

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DBitmapTexture.java31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture()
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) { in BitmapTexture()
42 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
DCanvasTexture.java38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig); in onGetBitmap() local
45 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
DUploadedTexture.java125 Bitmap bitmap = sBorderLines.get(key); in getBorderLine() local
130 sBorderLines.put(key.clone(), bitmap); in getBorderLine() local
167 protected abstract void onFreeBitmap(Bitmap bitmap); in onFreeBitmap()
194 Bitmap bitmap = getBitmap(); in updateContent() local
219 Bitmap bitmap = getBitmap(); in uploadToCanvas() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java117 Bitmap bitmap, float scale, boolean recycle) { in resizeBitmapByScale()
131 private static Bitmap.Config getConfig(Bitmap bitmap) { in getConfig()
140 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
149 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) { in resizeAndCropCenter()
170 public static void recycleSilently(Bitmap bitmap) { in recycleSilently()
185 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true); in rotateBitmap() local
208 Bitmap bitmap = BitmapFactory.decodeByteArray(data, 0, data.length); in createVideoThumbnail() local
238 public static byte[] compressToBytes(Bitmap bitmap) { in compressToBytes()
242 public static byte[] compressToBytes(Bitmap bitmap, int quality) { in compressToBytes()
/packages/apps/Tag/src/com/android/apps/tag/record/
DImageRecord.java42 private ImageRecord(Bitmap bitmap) { in ImageRecord()
62 Bitmap bitmap = BitmapFactory.decodeByteArray(content, 0, content.length); in parse() local
78 public static NdefRecord newImageRecord(Bitmap bitmap) { in newImageRecord()
/packages/apps/Mms/src/com/android/mms/util/
DThumbnailManager.java250 Bitmap bitmap = null; in run() local
329 Bitmap bitmap = requestDecode(data.mData, in getBitmap() local
336 Bitmap bitmap; in getBitmap() local
374 private byte[] compressBitmap(Bitmap bitmap) { in compressBitmap()
391 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
401 Bitmap bitmap, float scale, boolean recycle) { in resizeBitmapByScale()
415 private Bitmap.Config getConfig(Bitmap bitmap) { in getConfig()
426 private Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { in ensureGLCompatibleBitmap()
511 Bitmap bitmap, int targetSize, boolean recycle) { in resizeDownIfTooBig()
526 public ImageLoaded(Bitmap bitmap, boolean isVideo) { in ImageLoaded()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java33 public void prepare(Bitmap bitmap) { in prepare()
47 public void update(Bitmap bitmap) { in update()
52 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterBWGreen.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterBW.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterBWBlue.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterBWRed.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterWBalance.java29 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int locX, int locY); in nativeApplyFilter()
32 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterContrast.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterVignette.java28 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); in nativeApplyFilter()
31 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterVibrance.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterExposure.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterSaturated.java27 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); in nativeApplyFilter()
30 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterShadows.java34 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter()
37 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
DImageFilterHue.java38 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix); in nativeApplyFilter()
41 public Bitmap apply(Bitmap bitmap, float scaleFactor, boolean highQuality) { in apply()
/packages/apps/Gallery/src/com/android/camera/
DRotateBitmap.java27 public RotateBitmap(Bitmap bitmap) { in RotateBitmap()
32 public RotateBitmap(Bitmap bitmap, int rotation) { in RotateBitmap()
49 public void setBitmap(Bitmap bitmap) { in setBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageWithIcon.java36 private Bitmap bitmap; field in ImageWithIcon
38 public void setIcon(Bitmap bitmap){ in setIcon()
/packages/apps/Gallery2/jni/filters/
Dbw.c19 void JNIFUNCF(ImageFilterBW, nativeApplyFilter, jobject bitmap, jint width, jint height) in JNIFUNCF()
43 void JNIFUNCF(ImageFilterBWRed, nativeApplyFilter, jobject bitmap, jint width, jint height) in JNIFUNCF()
65 void JNIFUNCF(ImageFilterBWGreen, nativeApplyFilter, jobject bitmap, jint width, jint height) in JNIFUNCF()
87 void JNIFUNCF(ImageFilterBWBlue, nativeApplyFilter, jobject bitmap, jint width, jint height) in JNIFUNCF()
/packages/apps/LegacyCamera/src/com/android/camera/
DThumbnail.java59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) { in Thumbnail()
81 private static Bitmap rotateImage(Bitmap bitmap, int orientation) { in rotateImage()
129 Bitmap bitmap = null; in loadFrom() local
252 Bitmap bitmap = BitmapFactory.decodeByteArray(jpeg, 0, jpeg.length, options); in createThumbnail() local
265 Bitmap bitmap = null; in createVideoThumbnail() local
299 private static Thumbnail createThumbnail(Uri uri, Bitmap bitmap, int orientation) { in createThumbnail()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetUtils.java48 Bitmap bitmap = image.requestImage(MediaItem.TYPE_THUMBNAIL) in createWidgetBitmap() local
57 public static Bitmap createWidgetBitmap(Bitmap bitmap, int rotation) { in createWidgetBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheRequest.java61 Bitmap bitmap; in run() local
79 Bitmap bitmap = onDecodeOriginal(jc, mType); in run() local

1234567