Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkImageGenerator_skia.cpp13 class BareMemoryAllocator : public SkBitmap::Allocator { class
19 BareMemoryAllocator(const SkImageInfo& info, void* memory, size_t rowBytes) in BareMemoryAllocator() function in BareMemoryAllocator
54 SkAutoTUnref<BareMemoryAllocator> allocator(SkNEW_ARGS(BareMemoryAllocator, in onGetPixels()