Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpBuilder.cpp58 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()
DSkOpContour.h232 int isCcw() const { in isCcw() function