Searched refs:pathsDrawTheSame (Results 1 - 4 of 4) 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/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp182 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo,
220 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
226 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
280 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
327 (void) 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);
/external/skia/tests/
H A DPathOpsExtendedTest.cpp299 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo,
337 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
343 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
397 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
440 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);

Completed in 131 milliseconds