Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp316 unsigned int existingBufferSize = 0; in doDecode() local
324 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
329 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize); in doDecode()
330 ScaleCheckingAllocator scaleCheckingAllocator(scale, existingBufferSize); in doDecode()