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

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h131 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) override;
151 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
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 168 milliseconds