Searched refs:RecyclingClippingPixelAllocator (Results 1 – 3 of 3) sorted by relevance
178 class RecyclingClippingPixelAllocator : public SkBRDAllocator {181 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,184 ~RecyclingClippingPixelAllocator();
500 RecyclingClippingPixelAllocator::RecyclingClippingPixelAllocator( in RecyclingClippingPixelAllocator() function in RecyclingClippingPixelAllocator508 RecyclingClippingPixelAllocator::~RecyclingClippingPixelAllocator() {} in ~RecyclingClippingPixelAllocator()510 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()572 void RecyclingClippingPixelAllocator::copyIfNecessary() { in copyIfNecessary()
178 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()