Searched defs:pathsDrawTheSame (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, function
231 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, function
237 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp189 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo, function
231 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, function
237 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);

Completed in 1955 milliseconds