Searched refs:lrGap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp105 int lrGap = (rh.fSectorStart - lh.fSectorStart + 32) & 0x1f; local
116 lrOrder = lrGap > 20 ? 0 : lrGap > 11 ? -1 : 1;
/external/skia/src/pathops/
H A DSkOpAngle.cpp105 int lrGap = (rh.fSectorStart - lh.fSectorStart + 32) & 0x1f; local
116 lrOrder = lrGap > 20 ? 0 : lrGap > 11 ? -1 : 1;

Completed in 98 milliseconds