Searched refs:recycledBitmap (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp165 android::Bitmap* recycledBitmap = nullptr; local
168 recycledBitmap = &bitmap::toBitmap(env, javaBitmap);
169 if (recycledBitmap->isImmutable()) {
177 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes);
182 decodeColorType = recycledBitmap->info().colorType();
221 bitmap::reinitBitmap(env, javaBitmap, recycledBitmap->info(), !requireUnpremul);
H A DGraphics.cpp624 android::Bitmap* recycledBitmap, size_t recycledBytes)
625 : mRecycledBitmap(recycledBitmap)
623 RecyclingClippingPixelAllocator( android::Bitmap* recycledBitmap, size_t recycledBytes) argument
H A DGraphicsJNI.h167 * After we reuse the recycledBitmap once, it is dangerous to
174 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,

Completed in 179 milliseconds