Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp124 class RecyclingPixelAllocator : public SkBitmap::Allocator { class
126 RecyclingPixelAllocator(android::Bitmap* bitmap, unsigned int size) in RecyclingPixelAllocator() function in RecyclingPixelAllocator
130 ~RecyclingPixelAllocator() { in ~RecyclingPixelAllocator()
339 RecyclingPixelAllocator recyclingAllocator(reuseBitmap, existingBufferSize); in doDecode()