• Home
  • Raw
  • Download

Lines Matching refs:scaledTwo

289 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo,  in pathsDrawTheSame()  argument
305 canvas.drawPath(scaledTwo, paint); in pathsDrawTheSame()
332 SkPath& scaledTwo, int& error2x2) { in pathsDrawTheSame() argument
336 two.transform(scale, &scaledTwo); in pathsDrawTheSame()
337 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2); in pathsDrawTheSame()
389 const SkPath& scaledOne, const SkPath& scaledTwo) { in showSimplifiedPath() argument
391 drawAsciiPaths(scaledOne, scaledTwo, true); in showSimplifiedPath()
397 SkPath scaledOne, scaledTwo; in comparePaths() local
398 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
404 showSimplifiedPath(one, two, scaledOne, scaledTwo); in comparePaths()
408 showSimplifiedPath(one, two, scaledOne, scaledTwo); in comparePaths()
415 const SkPath& scaledOne, const SkPath& scaledTwo, const SkPathOp shapeOp, in showPathOpPath() argument
424 drawAsciiPaths(scaledOne, scaledTwo, true); in showPathOpPath()
428 const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap, in comparePaths() argument
432 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
435 showPathOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()
441 showPathOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()
445 showPathOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()