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