Searched refs:pathsDrawTheSame (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 142 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()
|