Searched refs:recycledBitmap (Results 1 – 3 of 3) sorted by relevance
159 android::Bitmap* recycledBitmap = nullptr; in nativeDecodeRegion() local162 recycledBitmap = &bitmap::toBitmap(env, javaBitmap); in nativeDecodeRegion()163 if (recycledBitmap->isImmutable()) { in nativeDecodeRegion()174 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()179 decodeColorType = recycledBitmap->info().colorType(); in nativeDecodeRegion()221 bitmap::reinitBitmap(env, javaBitmap, recycledBitmap->info(), !requireUnpremul); in nativeDecodeRegion()
170 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
618 android::Bitmap* recycledBitmap, size_t recycledBytes) in RecyclingClippingPixelAllocator() argument619 : mRecycledBitmap(recycledBitmap) in RecyclingClippingPixelAllocator()