Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

24     void (*fun)(skiatest::Reporter*, const char* filename);
32 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
34 extern bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
36 extern bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
40 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
42 void initializeTests(skiatest::Reporter* reporter, const char* testName);
46 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
47 void (*firstTest)(skiatest::Reporter* , const char* filename),
48 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse);