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

  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 259 int sign, old_sign; /* Sign of coefficients */ variable
261 sign = old_sign = SGN(V[0].y);
264 if (sign != old_sign) n_crossings++;
265 old_sign = sign;
  /external/skia/experimental/Intersection/
NearestPoint.cpp 259 int sign, old_sign; /* Sign of coefficients */ variable
261 sign = old_sign = SGN(V[0].y);
264 if (sign != old_sign) n_crossings++;
265 old_sign = sign;

Completed in 841 milliseconds