Home
last modified time | relevance | path

Searched defs:SingleAllocator (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DImageDecodingTest.cpp696 class SingleAllocator : public SkBitmap::Allocator { class
698 SingleAllocator(void* p, size_t s) : fPixels(p), fSize(s) { } in SingleAllocator() function in __anon8e18d83b0111::SingleAllocator