Searched defs:errors2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp207 int errors2 = 0; local
218 errors2 += addr1[x + 1] != addr3[x + 1]
224 if (errors2 >= 6 || errors > 160) {
225 SkDebugf("%s errors2=%d errors=%d\n", __FUNCTION__, errors2, errors);
227 error2x2 = errors2;
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp207 int errors2 = 0; local
218 errors2 += addr1[x + 1] != addr3[x + 1]
224 if (errors2 >= 6 || errors > 160) {
225 SkDebugf("%s errors2=%d errors=%d\n", __FUNCTION__, errors2, errors);
227 error2x2 = errors2;

Completed in 102 milliseconds