Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
DBitmap_HeapAllocator_allocPixelRef.cpp11 if (!stdalloc.allocPixelRef(&bitmap)) { in draw()
DBitmap_tryAllocPixels_4.cpp17 bool allocPixelRef(SkBitmap* bitmap) override { in allocPixelRef() function in LargeAllocator
/third_party/skia/include/core/
DSkBitmap.h1161 virtual bool allocPixelRef(SkBitmap* bitmap) = 0;
1183 bool allocPixelRef(SkBitmap* bitmap) override;
/third_party/skia/src/core/
DSkBitmap.cpp210 return allocator->allocPixelRef(this); in tryAllocPixels()
358 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef() function in SkBitmap::HeapAllocator
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt37 bool allocPixelRef(SkBitmap* bitmap) override;