Searched refs:allocPixelRef (Results 1 – 12 of 12) sorted by relevance
11 if (!stdalloc.allocPixelRef(&bitmap)) { in draw()
17 bool allocPixelRef(SkBitmap* bitmap) override { in allocPixelRef() function in LargeAllocator
8 bool allocPixelRef(SkBitmap* bitmap) override { in allocPixelRef() function in TinyAllocator
1114 virtual bool allocPixelRef(SkBitmap* bitmap) = 0;1134 bool allocPixelRef(SkBitmap* bitmap) override;
1161 virtual bool allocPixelRef(SkBitmap* bitmap) = 0;1183 bool allocPixelRef(SkBitmap* bitmap) override;
217 return allocator->allocPixelRef(this); in tryAllocPixels()360 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef() function in SkBitmap::HeapAllocator
210 return allocator->allocPixelRef(this); in tryAllocPixels()358 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef() function in SkBitmap::HeapAllocator
140 …virtual bool <a href='#SkBitmap_Allocator_allocPixelRef'>allocPixelRef</a>(<a href='SkBitmap_Refer…152 virtual bool <a href='#SkBitmap_Allocator_allocPixelRef'>allocPixelRef</a>(<a href='SkBitmap_Refere…181 …bool <a href='#SkBitmap_HeapAllocator_allocPixelRef'>allocPixelRef</a>(<a href='SkBitmap_Reference…195 bool <a href='#SkBitmap_HeapAllocator_allocPixelRef'>allocPixelRef</a>(<a href='SkBitmap_Reference#…2196 …Allocator'>Allocator</a>::<a href='#SkBitmap_Allocator_allocPixelRef'>allocPixelRef</a> return fal…2233 …Allocator'>Allocator</a>::<a href='#SkBitmap_Allocator_allocPixelRef'>allocPixelRef</a> return fal…
37 bool allocPixelRef(SkBitmap* bitmap) override;