Home
last modified time | relevance | path

Searched refs:curveBendsCCW (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkOpAngle.cpp1005 bool curveBendsCCW = (fSectorStart == start) ^ crossesZero; in setSector() local
1008 fSectorStart = (fSectorStart + (curveBendsCCW ? 1 : 31)) & 0x1f; in setSector()
1011 fSectorEnd = (fSectorEnd + (curveBendsCCW ? 31 : 1)) & 0x1f; in setSector()