Home | History | Annotate | Download | only in tests

Lines Matching defs:pathB

1096     SkPath pathB = path2();
1097 testPathOpCheck(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename, FLAGS_runFail);
1102 SkPath pathB = path4();
1103 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename);
1108 SkPath pathB = path6();
1109 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename);