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

/external/skia/include/core/
H A DSkBitmap.h684 Returns false if Allocator::allocPixelRef return false.
695 Aborts if Allocator::allocPixelRef return false. Abort steps may be provided by
1223 virtual bool allocPixelRef(SkBitmap* bitmap) = 0;
1243 bool allocPixelRef(SkBitmap* bitmap) override;
/external/skqp/include/core/
H A DSkBitmap.h694 Returns false if allocator allocPixelRef return false.
705 Aborts if allocator allocPixelRef return false. Abort steps may be provided by
1233 virtual bool allocPixelRef(SkBitmap* bitmap) = 0;
1253 bool allocPixelRef(SkBitmap* bitmap) override;
/external/skia/src/core/
H A DSkBitmap.cpp217 return allocator->allocPixelRef(this);
335 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { function in class:SkBitmap::HeapAllocator
/external/skqp/src/core/
H A DSkBitmap.cpp217 return allocator->allocPixelRef(this);
335 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { function in class:SkBitmap::HeapAllocator

Completed in 81 milliseconds