Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.cpp282 int errors2x2; in comparePaths() local
284 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
285 if (errors2x2 == 0) { in comparePaths()
289 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
330 int errors2x2; in comparePaths() local
332 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
334 if (errors2x2 < MAX_ERRORS) { in comparePaths()
339 if (errors2x2 == 0) { in comparePaths()
342 if (errors2x2 >= MAX_ERRORS) { in comparePaths()
349 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()