HomeSort by relevance Sort by last modified time
    Searched defs:errors2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 207 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/
EdgeWalker_TestUtility.cpp 207 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 46 milliseconds