Searched defs:comparePaths (Results 1 - 2 of 2) sorted by last modified time

/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp295 int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap) { function
327 static int comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, function
387 return comparePaths(path, out, bitmap) == 0;
401 int result = comparePaths(path, out, state.bitmap);
425 int result = comparePaths(path, out, bitmap);
464 int result = comparePaths(pathOut, scaledPathOut, out, scaledOut, bitmap, a, b, shapeOp, scale);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp295 int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap) { function
327 static int comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, function
387 return comparePaths(path, out, bitmap) == 0;
401 int result = comparePaths(path, out, state.bitmap);
425 int result = comparePaths(path, out, bitmap);
464 int result = comparePaths(pathOut, scaledPathOut, out, scaledOut, bitmap, a, b, shapeOp, scale);

Completed in 176 milliseconds