Searched refs:allocPixelRef (Results 1 – 3 of 3) sorted by relevance
126 virtual bool allocPixelRef(SkBitmap* bitmap) override;175 virtual bool allocPixelRef(SkBitmap* bitmap) override;205 virtual bool allocPixelRef(SkBitmap* bitmap);
105 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in ScaleCheckingAllocator116 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()132 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingPixelAllocator
610 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in HeapAllocator627 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingClippingPixelAllocator686 return heapAllocator.allocPixelRef(bitmap); in allocPixelRef()717 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in AshmemPixelAllocator