Searched refs:RecyclingClippingPixelAllocator (Results 1 – 3 of 3) sorted by relevance
219 class RecyclingClippingPixelAllocator : public android::skia::BRDAllocator {222 RecyclingClippingPixelAllocator(android::Bitmap* recycledBitmap,225 ~RecyclingClippingPixelAllocator();
619 RecyclingClippingPixelAllocator::RecyclingClippingPixelAllocator( in RecyclingClippingPixelAllocator() function in RecyclingClippingPixelAllocator627 RecyclingClippingPixelAllocator::~RecyclingClippingPixelAllocator() {} in ~RecyclingClippingPixelAllocator()629 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()691 void RecyclingClippingPixelAllocator::copyIfNecessary() { in copyIfNecessary()
147 RecyclingClippingPixelAllocator recycleAlloc(recycledBitmap, recycledBytes); in nativeDecodeRegion()