Searched refs:errors2x2 (Results 1 – 1 of 1) sorted by relevance
282 int errors2x2; in comparePaths() local284 (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() local332 (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()