Home | History | Annotate | Download | only in tests

Lines Matching refs:skiatest

290 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one,
313 SkDebugf("static void %s%d%s(skiatest::Reporter* reporter, const char* filename) {\n",
336 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
394 outFile.writeText("(skiatest::Reporter* reporter) {\n SkPath path");
458 static bool inner_simplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename,
484 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) {
488 bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path, const char* filename,
505 static bool innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
549 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
554 bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
559 bool testPathOpFailCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
564 bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
583 void initializeTests(skiatest::Reporter* reporter, const char* test) {
629 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
630 void (*firstTest)(skiatest::Reporter* , const char* filename),
631 void (*skipTest)(skiatest::Reporter* , const char* filename),
632 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse) {