Searched defs:scaledTwo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp189 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo, argument
205 canvas.drawPath(scaledTwo, paint);
232 SkPath& scaledTwo, int& error2x2) {
236 two.transform(scale, &scaledTwo);
237 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
289 const SkPath& scaledOne, const SkPath& scaledTwo) {
292 drawAsciiPaths(scaledOne, scaledTwo, true);
297 SkPath scaledOne, scaledTwo; local
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
304 showSimplifiedPath(one, two, scaledOne, scaledTwo);
231 pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, SkPath& scaledTwo, int& error2x2) argument
288 showSimplifiedPath(const SkPath& one, const SkPath& two, const SkPath& scaledOne, const SkPath& scaledTwo) argument
314 showShapeOpPath(const SkPath& one, const SkPath& two, const SkPath& a, const SkPath& b, const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp, const SkMatrix& scale) argument
327 comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp, const SkMatrix& scale) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp189 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo, argument
205 canvas.drawPath(scaledTwo, paint);
232 SkPath& scaledTwo, int& error2x2) {
236 two.transform(scale, &scaledTwo);
237 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
289 const SkPath& scaledOne, const SkPath& scaledTwo) {
292 drawAsciiPaths(scaledOne, scaledTwo, true);
297 SkPath scaledOne, scaledTwo; local
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
304 showSimplifiedPath(one, two, scaledOne, scaledTwo);
231 pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, SkPath& scaledTwo, int& error2x2) argument
288 showSimplifiedPath(const SkPath& one, const SkPath& two, const SkPath& scaledOne, const SkPath& scaledTwo) argument
314 showShapeOpPath(const SkPath& one, const SkPath& two, const SkPath& a, const SkPath& b, const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp, const SkMatrix& scale) argument
327 comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp, const SkMatrix& scale) argument
[all...]

Completed in 2093 milliseconds