Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsExtendedTest.cpp238 int errors2x2; in comparePaths() local
240 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
241 if (errors2x2 == 0) { in comparePaths()
245 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
273 int errors2x2; in comparePaths() local
275 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
277 if (errors2x2 < MAX_ERRORS) { in comparePaths()
282 if (errors2x2 == 0) { in comparePaths()
285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
292 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()