Searched refs:recycledBitmap (Results 1 – 3 of 3) sorted by relevance
152 android::Bitmap* recycledBitmap = nullptr; in nativeDecodeRegion() local155 recycledBitmap = GraphicsJNI::getBitmap(env, javaBitmap); in nativeDecodeRegion()156 if (recycledBitmap->peekAtPixelRef()->isImmutable()) { in nativeDecodeRegion()164 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()169 colorType = recycledBitmap->info().colorType(); in nativeDecodeRegion()
185 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,
682 android::Bitmap* recycledBitmap, size_t recycledBytes) in RecyclingClippingPixelAllocator() argument683 : mRecycledBitmap(recycledBitmap) in RecyclingClippingPixelAllocator()