Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp128 class RecyclingPixelAllocator : public SkBitmap::Allocator { class
130 RecyclingPixelAllocator(android::Bitmap* bitmap, unsigned int size) in RecyclingPixelAllocator() function in RecyclingPixelAllocator
134 ~RecyclingPixelAllocator() { in ~RecyclingPixelAllocator()
467 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize); in doDecode()