Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmap.cpp52 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels()
106 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper
108 return mBitmap->getAllocationByteCount(); in getAllocationByteCount()
473 if (requestedSize > bitmap->getAllocationByteCount()) { in Bitmap_reconfigure()
862 status = writeBlobFromFd(p.get(), bitmapWrapper->bitmap().getAllocationByteCount(), fd); in Bitmap_writeToParcel()
1111 return static_cast<jint>(bitmapHandle->getAllocationByteCount()); in Bitmap_getAllocationByteCount()
DBitmapFactory.cpp462 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
DGraphics.cpp636 , mRecycledBytes(recycledBitmap ? recycledBitmap->getAllocationByteCount() : 0) in RecyclingClippingPixelAllocator()
/frameworks/base/libs/hwui/hwui/
DBitmap.h115 size_t getAllocationByteCount() const;
DBitmap.cpp347 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
/frameworks/base/graphics/java/android/graphics/
DBitmap.java163 final int allocationByteCount = getAllocationByteCount(); in Bitmap()
1869 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java637 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
/frameworks/base/core/java/android/widget/
DRemoteViews.java2064 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()
/frameworks/base/boot/
Dboot-image-profile.txt6019 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10442 method public final int getAllocationByteCount();
/frameworks/base/config/
Dboot-image-profile.txt6022 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
/frameworks/base/core/api/
Dcurrent.txt15485 method public int getAllocationByteCount();