Lines Matching refs:Reporter
16 namespace skiatest { class Reporter; } variable
20 void (*fun)(skiatest::Reporter*, const char* filename);
25 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
28 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths()
37 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
39 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
41 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
43 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
47 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
48 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
50 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
52 extern bool testSimplifyFuzz(skiatest::Reporter* reporter, const SkPath& path,
55 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);