Home
last modified time | relevance | path

Searched refs:recycledBitmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp159 android::Bitmap* recycledBitmap = nullptr; in nativeDecodeRegion() local
162 recycledBitmap = &bitmap::toBitmap(inBitmapHandle); in nativeDecodeRegion()
163 if (recycledBitmap->isImmutable()) { in nativeDecodeRegion()
166 recycledBytes = recycledBitmap->getAllocationByteCount(); in nativeDecodeRegion()
178 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()
183 decodeColorType = recycledBitmap->info().colorType(); in nativeDecodeRegion()
225 bitmap::reinitBitmap(env, javaBitmap, recycledBitmap->info(), !requireUnpremul); in nativeDecodeRegion()
DGraphicsJNI.h181 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
DGraphics.cpp501 android::Bitmap* recycledBitmap, size_t recycledBytes) in RecyclingClippingPixelAllocator() argument
502 : mRecycledBitmap(recycledBitmap) in RecyclingClippingPixelAllocator()