Searched defs:allocPixelRef (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp150 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:ScaleCheckingAllocator
162 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
178 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:RecyclingPixelAllocator
H A DGraphics.cpp616 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:HeapAllocator
633 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:RecyclingClippingPixelAllocator
694 return heapAllocator.allocPixelRef(bitmap, ctable);
725 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:AshmemPixelAllocator

Completed in 356 milliseconds