Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h126 virtual bool allocPixelRef(SkBitmap* bitmap) override;
175 virtual bool allocPixelRef(SkBitmap* bitmap) override;
205 virtual bool allocPixelRef(SkBitmap* bitmap);
DBitmapFactory.cpp105 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in ScaleCheckingAllocator
116 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
132 virtual bool allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingPixelAllocator
DGraphics.cpp610 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in HeapAllocator
627 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in RecyclingClippingPixelAllocator
686 return heapAllocator.allocPixelRef(bitmap); in allocPixelRef()
717 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef() function in AshmemPixelAllocator