Home
last modified time | relevance | path

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

/frameworks/base/media/tests/omxjpegdecoder/
Domx_jpeg_decoder.cpp116 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp164 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in ScaleCheckingAllocator
176 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable); in allocPixelRef()
194 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in RecyclingPixelAllocator
DGraphicsJNI.h165 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
DGraphics.cpp600 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in JavaPixelAllocator