Searched refs:isCcw (Results 1 – 2 of 2) sorted by relevance
58 SkASSERT(topContour->isCcw() >= 0); in FixWinding()61 topSegment->debugID(), globalState.nested(), topContour->isCcw()); in FixWinding()63 if ((globalState.nested() & 1) != SkToBool(topContour->isCcw())) { in FixWinding()
232 int isCcw() const { in isCcw() function