Lines Matching refs:Reporter
21 void (*fun)(skiatest::Reporter*);
29 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
31 extern bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
35 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path);
37 int initializeTests(skiatest::Reporter* reporter, const char* testName);
41 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
42 void (*firstTest)(skiatest::Reporter* ),
43 void (*stopTest)(skiatest::Reporter* ), bool reverse);