Lines Matching defs:testName
45 SkDEBUGPARAMS(const char* testName));
49 SkDEBUGPARAMS(const char* testName));
250 static void showPathOpPath(const char* testName, const SkPath& one, const SkPath& two,
254 if (!testName) {
255 testName = "xOp";
258 testName, opSuffixes[shapeOp]);
268 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
287 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
449 static bool check_for_duplicate_names(const char* testName) {
452 std::string(testName))) {
455 gUniqueNames.push_back(std::string(testName));
533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess,
536 if (check_for_duplicate_names(testName)) {
543 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", testName);
550 SkDEBUGPARAMS(testName))) {
552 SkDebugf("%s %s did not expect failure\n", __FUNCTION__, testName);
562 SkDebugf("%s %s unexpected success\n", __FUNCTION__, testName);
597 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap,
604 const SkPathOp shapeOp, const char* testName) {
605 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo,
610 const SkPathOp shapeOp, const char* testName, bool checkFail) {
611 return innerPathOp(reporter, a, b, shapeOp, testName, checkFail ?
616 const SkPathOp shapeOp, const char* testName) {
617 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes,
622 const SkPathOp shapeOp, const char* testName) {