Searched refs:recycledBitmap (Results 1 – 4 of 4) sorted by relevance
258 android::Bitmap* recycledBitmap = nullptr; in nativeDecodeRegion() local260 recycledBitmap = &bitmap::toBitmap(inBitmapHandle); in nativeDecodeRegion()261 if (recycledBitmap->isImmutable()) { in nativeDecodeRegion()282 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap); in nativeDecodeRegion()287 decodeColorType = recycledBitmap->info().colorType(); in nativeDecodeRegion()337 gainmapWidth = recycledBitmap->width(); in nativeDecodeRegion()338 gainmapHeight = recycledBitmap->height(); in nativeDecodeRegion()351 recycledBitmap->setGainmap(std::move(gainmap)); in nativeDecodeRegion()353 bitmap::reinitBitmap(env, javaBitmap, recycledBitmap->info(), !requireUnpremul); in nativeDecodeRegion()
623 RecyclingClippingPixelAllocator::RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap, in RecyclingClippingPixelAllocator() argument625 : mRecycledBitmap(recycledBitmap) in RecyclingClippingPixelAllocator()626 , mRecycledBytes(recycledBitmap ? recycledBitmap->getAllocationByteCount() : 0) in RecyclingClippingPixelAllocator()
225 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
216 Bitmap recycledBitmap = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testTaskDescriptionParceling() local217 recycledBitmap.recycle(); in testTaskDescriptionParceling()218 assertTrue(recycledBitmap.isRecycled()); in testTaskDescriptionParceling()221 Icon.createWithBitmap(recycledBitmap), // icon in testTaskDescriptionParceling()