Searched defs:SingleAllocator (Results 1 – 1 of 1) sorted by relevance
696 class SingleAllocator : public SkBitmap::Allocator { class698 SingleAllocator(void* p, size_t s) : fPixels(p), fSize(s) { } in SingleAllocator() function in __anon8e18d83b0111::SingleAllocator