Searched refs:TestDrawLooperContext (Results 1 – 1 of 1) sorted by relevance
20 return SkNEW_PLACEMENT(storage, TestDrawLooperContext); in createContext()23 size_t contextSize() const override { return sizeof(TestDrawLooperContext); } in contextSize()34 class TestDrawLooperContext : public SkDrawLooper::Context { class in TestLooper36 TestDrawLooperContext() : fOnce(true) {} in TestDrawLooperContext() function in TestLooper::TestDrawLooperContext37 virtual ~TestDrawLooperContext() {} in ~TestDrawLooperContext()