Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp1092 bool curveBendsCCW = (fSectorStart == start) ^ crossesZero; in setSector() local
1095 fSectorStart = (fSectorStart + (curveBendsCCW ? 1 : 31)) & 0x1f; in setSector()
1098 fSectorEnd = (fSectorEnd + (curveBendsCCW ? 31 : 1)) & 0x1f; in setSector()

Completed in 2 milliseconds