Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h178 virtual bool allocPixelRef(SkBitmap* bitmap) override;
227 virtual bool allocPixelRef(SkBitmap* bitmap) override;
257 virtual bool allocPixelRef(SkBitmap* bitmap);
DBitmapFactory.cpp100 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in ScaleCheckingAllocator
111 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
127 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingPixelAllocator
DGraphics.cpp612 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in HeapAllocator
629 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingClippingPixelAllocator
688 return heapAllocator.allocPixelRef(bitmap); in allocPixelRef()
719 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in AshmemPixelAllocator