Home
last modified time | relevance | path

Searched refs:TestLooper (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DQuickRejectTest.cpp16 class TestLooper : public SkDrawLooper { class
31 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(TestLooper);
52 SkFlattenable* TestLooper::CreateProc(SkReadBuffer&) { return SkNEW(TestLooper); } in CreateProc()
85 paint.setLooper(new TestLooper)->unref(); in test_drawBitmap()