Searched refs:getAllocationByteCount (Results 1 – 13 of 13) sorted by relevance
93 size_t getAllocationByteCount() const;
283 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
53 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels()107 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper109 return mBitmap->getAllocationByteCount(); in getAllocationByteCount()492 if (requestedSize > bitmap->getAllocationByteCount()) { in Bitmap_reconfigure()1095 return static_cast<jint>(bitmapHandle->getAllocationByteCount()); in Bitmap_getAllocationByteCount()
166 recycledBytes = recycledBitmap->getAllocationByteCount(); in nativeDecodeRegion()
336 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
157 final int allocationByteCount = getAllocationByteCount(); in Bitmap()1634 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
447 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
1184 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()
6625 mPicture.getAllocationByteCount() >= MIN_ASHMEM_BITMAP_SIZE) {
5477 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
10442 method public final int getAllocationByteCount();
13611 method public int getAllocationByteCount();