Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DVectorDrawablePerfTest.java65 Bitmap bmp = Bitmap.createBitmap(w, h, conf); in testBitmapDrawPerf() local
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DOtfFontFileParser.java109 Bitmap bmp = Bitmap.createBitmap( in tryToCreateTypeface() local
/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java27 public final Bitmap bmp; field in ReusableBitmap
/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java385 Bitmap bmp = null; in getBitmap() local
523 Bitmap bmp = (Bitmap) value; in Builder() local
632 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) { in scaleBitmap()
673 Bitmap bmp = null; in putBitmapFromNative() local
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java256 Bitmap bmp = Bitmap.createBitmap(512, 512, Bitmap.Config.ARGB_8888); in draw() local
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java330 LoadUriTask(int imageResourceId, Uri uri, int extraCount, Bitmap bmp) { in LoadUriTask()
412 final Bitmap bmp = loadThumbnail(uri, new Size(size, size)); in loadUriIntoView() local
/frameworks/base/media/java/android/media/
DMediaMetadata.java510 Bitmap bmp = null; in getBitmap() local
958 Bitmap bmp = (Bitmap) value; in build() local
969 private Bitmap scaleBitmap(Bitmap bmp, int maxDimension) { in scaleBitmap()
DMediaFile.java123 addFileType(MtpConstants.FORMAT_BMP, "image/x-ms-bmp"); in addFileType()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java397 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap()
398 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap()
403 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, i… in rsnAllocationCreateBitmapBackedAllocation()
404 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation()
410 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage… in rsnAllocationCubeCreateFromBitmap()
411 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap()
415 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp); in rsnAllocationCreateBitmapRef()
416 synchronized long nAllocationCreateBitmapRef(long type, Bitmap bmp) { in nAllocationCreateBitmapRef()
426 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
427 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap()
[all …]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java263 protected void setBitmap(ReusableBitmap bmp) { in setBitmap()
DExtendedBitmapDrawable.java202 protected void setBitmap(ReusableBitmap bmp) { in setBitmap()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java611 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java456 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateFromBitmap()
458 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap()
463 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateBitmapBackedAllocation()
465 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, in nAllocationCreateBitmapBackedAllocation()
471 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCubeCreateFromBitmap()
473 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap()
478 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
479 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap()
534 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap()
535 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java676 @Nullable Bitmap bmp) { in finishUpdateMediaMetaData()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1400 final Bitmap bmp = BitmapFactory.decodeFileDescriptor(pfd.getFileDescriptor()); in loadDrawableFromFileDescriptor() local
1428 final Bitmap bmp = BitmapFactory.decodeFileDescriptor(pfd.getFileDescriptor()); in getShortcutIcon() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java847 Bitmap bmp; in testIcons() local