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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp145 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:ScaleCheckingAllocator
157 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
173 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:RecyclingPixelAllocator
H A DGraphics.cpp671 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:JavaPixelAllocator
690 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:RecyclingClippingPixelAllocator
743 return heapAllocator.allocPixelRef(bitmap, ctable);
779 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:AshmemPixelAllocator

Completed in 104 milliseconds