Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsExtendedTest.cpp330 int errors2x2; in comparePaths() local
332 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
333 if (errors2x2 == 0) { in comparePaths()
337 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
366 int errors2x2; in comparePaths() local
368 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
370 if (errors2x2 < MAX_ERRORS) { in comparePaths()
375 if (errors2x2 == 0) { in comparePaths()
378 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
385 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
/external/skia/tests/
DPathOpsExtendedTest.cpp330 int errors2x2; in comparePaths() local
332 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
333 if (errors2x2 == 0) { in comparePaths()
337 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
365 int errors2x2; in comparePaths() local
367 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2); in comparePaths()
369 if (errors2x2 < MAX_ERRORS) { in comparePaths()
374 if (errors2x2 == 0) { in comparePaths()
377 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
384 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()