Lines Matching refs:Reporter
23 void (*fun)(skiatest::Reporter*, const char* filename);
28 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
31 inline int comparePaths(skiatest::Reporter* reporter, const char* filename,
34 return comparePaths(reporter, filename, one, two, bitmap);
39 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
41 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
43 extern bool testPathOpFailCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
45 extern bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
49 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
50 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
53 void initializeTests(skiatest::Reporter* reporter, const char* testName);
57 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
58 void (*firstTest)(skiatest::Reporter* , const char* filename),
59 void (*skipTest)(skiatest::Reporter* , const char* filename),
60 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse);