Lines Matching refs:one
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) {
117 SkRect larger = one.getBounds();
180 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
183 scaleMatrix(one, two, scale);
184 one.transform(scale, &scaledOne);
189 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) {
193 const SkRect& bounds1 = one.getBounds();
213 canvas.drawPath(one, paint);
236 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one,
240 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
250 static void showPathOpPath(const char* testName, const SkPath& one, const SkPath& two,
268 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
287 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);