Lines Matching refs:two
170 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) {
172 larger.join(two.getBounds());
234 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
237 scaleMatrix(one, two, scale);
239 two.transform(scale, &scaledTwo);
243 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) {
248 const SkRect& bounds2 = two.getBounds();
271 canvas.drawPath(two, paint);
291 const SkPath& two, SkBitmap& bitmap) {
294 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
306 static void showPathOpPath(const char* testName, const SkPath& one, const SkPath& two,
337 const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap,
354 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
502 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,