Searched refs:getAllocationByteCount (Results 1 – 12 of 12) sorted by relevance
52 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels()106 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper108 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()
462 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
636 , mRecycledBytes(recycledBitmap ? recycledBitmap->getAllocationByteCount() : 0) in RecyclingClippingPixelAllocator()
115 size_t getAllocationByteCount() const;
347 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
163 final int allocationByteCount = getAllocationByteCount(); in Bitmap()1869 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
637 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
2064 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()
6019 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
10442 method public final int getAllocationByteCount();
6022 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
15485 method public int getAllocationByteCount();