Lines Matching refs:skiatest
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, in comparePaths()
36 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
38 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
40 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
49 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
51 extern bool testSimplifyFuzz(skiatest::Reporter* reporter, const SkPath& path,
54 void initializeTests(skiatest::Reporter* reporter, const char* testName);
56 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
57 void (*firstTest)(skiatest::Reporter* , const char* filename),
58 void (*skipTest)(skiatest::Reporter* , const char* filename),
59 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse);