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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp138 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:ScaleCheckingAllocator
150 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
166 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
691 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:AshmemPixelAllocator

Completed in 74 milliseconds