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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 296 int errors2x2; local
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
299 if (errors2x2 == 0) {
303 if (errors2x2 == MAX_ERRORS || errors2x2 == MAX_ERRORS - 1) {
306 if (errors2x2 > MAX_ERRORS && gComparePathsAssert) {
311 return errors2x2 > MAX_ERRORS ? errors2x2 : 0;
331 int errors2x2; local
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 296 int errors2x2; local
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
299 if (errors2x2 == 0) {
303 if (errors2x2 == MAX_ERRORS || errors2x2 == MAX_ERRORS - 1) {
306 if (errors2x2 > MAX_ERRORS && gComparePathsAssert) {
311 return errors2x2 > MAX_ERRORS ? errors2x2 : 0;
331 int errors2x2; local
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
    [all...]

Completed in 36 milliseconds