Lines Matching refs:SkPath
43 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
47 bool SimplifyDebug(const SkPath& one, SkPath* result
116 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) {
142 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo,
180 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
181 SkPath& scaledTwo, int& error2x2) {
189 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) {
236 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one,
237 const SkPath& two, SkBitmap& bitmap) {
239 SkPath scaledOne, scaledTwo;
250 static void showPathOpPath(const char* testName, const SkPath& one, const SkPath& two,
251 const SkPath& a, const SkPath& b, const SkPath& scaledOne, const SkPath& scaledTwo,
260 SkDebugf(" SkPath path, pathB;\n");
268 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
269 const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap,
270 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale,
327 out.append("(skiatest::Reporter* reporter) {\n SkPath path");
360 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
407 static void json_path_out(const SkPath& path, const char* pathName, const char* fillTypeName,
461 static bool inner_simplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename,
474 SkPath out;
511 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) {
516 bool testSimplifyFuzz(skiatest::Reporter* reporter, const SkPath& path, const char* filename) {
521 bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path, const char* filename,
527 bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path, const char* filename) {
532 static bool innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
548 SkPath out;
573 SkPath pathOut, scaledPathOut;
584 SkPath scaledA, scaledB;
594 SkPath scaledOut;
603 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
609 bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
615 bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
621 bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
623 SkPath orig;
625 SkPath out = orig;