Searched defs:SingleAllocator (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp760 class SingleAllocator : public SkBitmap::Allocator { class in namespace:__anon15390
762 SingleAllocator(void* p, size_t s) : fPixels(p), fSize(s) { } function in class:__anon15390::SingleAllocator
763 ~SingleAllocator() {}
808 SkAutoTUnref<SingleAllocator> allocator(
809 SkNEW_ARGS(SingleAllocator,

Completed in 266 milliseconds