Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h131 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) override;
151 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
DBitmapFactory.cpp138 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in ScaleCheckingAllocator
150 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable); in allocPixelRef()
166 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in RecyclingPixelAllocator
DGraphics.cpp671 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in JavaPixelAllocator
691 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in AshmemPixelAllocator