Searched refs:allocPixelRef (Results 1 – 4 of 4) sorted by relevance
116 if (!this->allocPixelRef(bm, NULL)) { in onDecode()
164 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in ScaleCheckingAllocator176 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable); in allocPixelRef()194 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in RecyclingPixelAllocator
165 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
600 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() function in JavaPixelAllocator