Searched refs:getAllocationByteCount (Results 1 – 12 of 12) sorted by relevance
58 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels()112 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper114 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()
465 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
626 , mRecycledBytes(recycledBitmap ? recycledBitmap->getAllocationByteCount() : 0) in RecyclingClippingPixelAllocator()
115 size_t getAllocationByteCount() const;
347 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
155 final int allocationByteCount = getAllocationByteCount(); in Bitmap()1766 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
543 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
1856 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6085 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
6088 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
14948 method public int getAllocationByteCount();