Searched refs:recycledBitmap (Results 1 – 3 of 3) sorted by relevance
159 android::Bitmap* recycledBitmap = nullptr; in nativeDecodeRegion() local162 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()
181 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
501 android::Bitmap* recycledBitmap, size_t recycledBytes) in RecyclingClippingPixelAllocator() argument502 : mRecycledBitmap(recycledBitmap) in RecyclingClippingPixelAllocator()