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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.cpp 95 double waggle = (c[1].x - c[3].x) * (c[1].y + c[3].y); local
97 waggle += (c[idx + 1].x - c[idx].x) * (c[idx + 1].y + c[idx].y);
99 return wiggle * waggle < 0;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 179 double waggle = (fPts[1].fX - fPts[3].fX) * (fPts[1].fY + fPts[3].fY); local
181 waggle += (fPts[idx + 1].fX - fPts[idx].fX) * (fPts[idx + 1].fY + fPts[idx].fY);
183 return wiggle * waggle < 0;

Completed in 264 milliseconds