Home
last modified time | relevance | path

Searched refs:getAllocationByteCount (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp58 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels()
112 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper
114 return mBitmap->getAllocationByteCount(); in getAllocationByteCount()
479 if (requestedSize > bitmap->getAllocationByteCount()) { in Bitmap_reconfigure()
868 status = writeBlobFromFd(p.get(), bitmapWrapper->bitmap().getAllocationByteCount(), fd); in Bitmap_writeToParcel()
1119 return static_cast<jint>(bitmapHandle->getAllocationByteCount()); in Bitmap_getAllocationByteCount()
H A DBitmapFactory.cpp465 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
H A DGraphics.cpp626 , mRecycledBytes(recycledBitmap ? recycledBitmap->getAllocationByteCount() : 0) in RecyclingClippingPixelAllocator()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.h115 size_t getAllocationByteCount() const;
H A DBitmap.cpp347 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java155 final int allocationByteCount = getAllocationByteCount(); in Bitmap()
1766 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java543 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1856 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6085 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6088 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14948 method public int getAllocationByteCount();