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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp331 unsigned int existingBufferSize = 0; local
339 existingBufferSize = GraphicsJNI::getBitmapAllocationByteCount(env, javaBitmap);
344 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize);
345 ScaleCheckingAllocator scaleCheckingAllocator(scale, existingBufferSize);

Completed in 48 milliseconds