Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.cpp323 int errors2x2; in comparePaths() local
325 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
326 if (errors2x2 == 0) { in comparePaths()
330 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
359 int errors2x2; in comparePaths() local
361 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
363 if (errors2x2 < MAX_ERRORS) { in comparePaths()
368 if (errors2x2 == 0) { in comparePaths()
371 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
378 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()