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

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

Completed in 354 milliseconds