Home
last modified time | relevance | path

Searched refs:stdalloc (Results 1 – 2 of 2) sorted by relevance

/external/skia/docs/examples/
DBitmap_HeapAllocator_allocPixelRef.cpp10 SkBitmap::HeapAllocator stdalloc; in draw() local
11 if (!stdalloc.allocPixelRef(&bitmap)) { in draw()
/external/skia/src/core/
DSkBitmap.cpp205 HeapAllocator stdalloc; in tryAllocPixels() local
208 allocator = &stdalloc; in tryAllocPixels()