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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp287 unsigned int existingBufferSize = 0; local
295 existingBufferSize = GraphicsJNI::getBitmapAllocationByteCount(env, javaBitmap);
308 RecyclingPixelAllocator recyclingAllocator(outputBitmap->pixelRef(), existingBufferSize);
309 ScaleCheckingAllocator scaleCheckingAllocator(scale, existingBufferSize);

Completed in 55 milliseconds