Home
last modified time | relevance | path

Searched refs:pathsDrawTheSame (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.cpp142 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo, in pathsDrawTheSame() function
180 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, in pathsDrawTheSame() function
186 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2); in pathsDrawTheSame()
240 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
275 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp234 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo, in pathsDrawTheSame() function
272 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, in pathsDrawTheSame() function
278 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2); in pathsDrawTheSame()
332 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
367 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()