Searched refs:curveBendsCCW (Results 1 – 1 of 1) sorted by relevance
1005 bool curveBendsCCW = (fSectorStart == start) ^ crossesZero; in setSector() local1008 fSectorStart = (fSectorStart + (curveBendsCCW ? 1 : 31)) & 0x1f; in setSector()1011 fSectorEnd = (fSectorEnd + (curveBendsCCW ? 31 : 1)) & 0x1f; in setSector()