Home
last modified time | relevance | path

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

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