Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

19     void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename,
30 return comparePaths(reporter, filename, one, two, bitmap);
35 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
37 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
39 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
41 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a,
45 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
46 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
48 extern bool testSimplifyFuzz(skiatest::Reporter* reporter, const SkPath& path,
51 void initializeTests(skiatest::Reporter* reporter, const char* testName);
53 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
54 void (*firstTest)(skiatest::Reporter* , const char* filename),
55 void (*skipTest)(skiatest::Reporter* , const char* filename),
56 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse);