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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp372 unsigned int existingBufferSize = 0; local
380 existingBufferSize = bitmap::getBitmapAllocationByteCount(env, javaBitmap);
385 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize);
386 ScaleCheckingAllocator scaleCheckingAllocator(scale, existingBufferSize);

Completed in 571 milliseconds