Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h176 virtual bool allocPixelRef(SkBitmap* bitmap) override;
224 virtual bool allocPixelRef(SkBitmap* bitmap) override;
268 virtual bool allocPixelRef(SkBitmap* bitmap);
DGraphics.cpp627 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in HeapAllocator
646 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingClippingPixelAllocator
712 return heapAllocator.allocPixelRef(bitmap); in allocPixelRef()
777 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in AshmemPixelAllocator
DBitmapFactory.cpp111 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in ScaleCheckingAllocator
122 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
138 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingPixelAllocator