Searched refs:reuseBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp371 android::Bitmap* reuseBitmap = nullptr; local
374 reuseBitmap = &bitmap::toBitmap(env, javaBitmap);
375 if (reuseBitmap->isImmutable()) {
378 reuseBitmap = nullptr;
385 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize);

Completed in 1017 milliseconds