Searched refs:trGap (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/pathops/ | ||
H A D | SkOpAngle.cpp | 140 int trGap = (rh->fSectorStart - fSectorStart + 32) & 0x1f; in after() local 141 trOrder = trGap > 20 ? 0 : trGap > 11 ? -1 : 1; in after() |
Completed in 2 milliseconds