Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp457 unsigned int existingBufferSize = 0; in doDecode() local
465 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
470 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize); in doDecode()
471 ScaleCheckingAllocator scaleCheckingAllocator(scale, existingBufferSize); in doDecode()