Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

21     void (*fun)(skiatest::Reporter*, const char* filename);
29 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
31 extern bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
33 extern bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
37 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
39 int initializeTests(skiatest::Reporter* reporter, const char* testName);
43 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
44 void (*firstTest)(skiatest::Reporter* , const char* filename),
45 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse);