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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp164 class RecyclingPixelAllocator : public SkBitmap::Allocator { class in inherits:SkBitmap::Allocator
166 RecyclingPixelAllocator(SkPixelRef* pixelRef, unsigned int size) function in class:RecyclingPixelAllocator
171 ~RecyclingPixelAllocator() {
288 RecyclingPixelAllocator recyclingAllocator(outputBitmap->pixelRef(), existingBufferSize);

Completed in 26 milliseconds