Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h137 virtual bool allocPixelRef(SkBitmap* bitmap) override;
186 virtual bool allocPixelRef(SkBitmap* bitmap) override;
216 virtual bool allocPixelRef(SkBitmap* bitmap);
DGraphics.cpp493 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in HeapAllocator
510 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingClippingPixelAllocator
569 return heapAllocator.allocPixelRef(bitmap); in allocPixelRef()
600 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in AshmemPixelAllocator
DBitmapFactory.cpp106 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in ScaleCheckingAllocator
117 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
133 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingPixelAllocator