Searched refs:pathsDrawTheSame (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 196 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo, in pathsDrawTheSame() function 234 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, in pathsDrawTheSame() function 240 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2); in pathsDrawTheSame() 294 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths() 342 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
|