• Home
  • Raw
  • Download

Lines Matching refs:testName

410 static void showPathOpPath(const char* testName, const SkPath& one, const SkPath& two,  in showPathOpPath()  argument
415 if (!testName) { in showPathOpPath()
417 testName = defaultTestName.c_str(); in showPathOpPath()
419 SkDebugf("static void %s(skiatest::Reporter* reporter, const char* filename) {\n", testName); in showPathOpPath()
436 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths() argument
443 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()
452 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()
457 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()
464 static const char* testName = "pathOpTest"; variable
467 outFile.writeText(testName); in writeTestName()
583 const char* testName) { in ShowPath() argument
585 ShowFunctionHeader(testName); in ShowPath()
602 const SkPathOp shapeOp, const char* testName, bool threaded) { in innerPathOp() argument
639 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
649 const SkPathOp shapeOp, const char* testName) { in testPathOp() argument
650 return innerPathOp(reporter, a, b, shapeOp, testName, false); in testPathOp()
654 const SkPathOp shapeOp, const char* testName) { in testPathFailOp() argument
668 const SkPathOp shapeOp, const char* testName) { in testThreadedPathOp() argument
669 return innerPathOp(reporter, a, b, shapeOp, testName, true); in testThreadedPathOp()
681 testName = test; in initializeTests()