Home
last modified time | relevance | path

Searched refs: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
699 ~SingleAllocator() {} in ~SingleAllocator()
744 SkAutoTUnref<SingleAllocator> allocator( in DEF_TEST()
745 SkNEW_ARGS(SingleAllocator, in DEF_TEST()