Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkOpBuilder.cpp75 SkASSERT(topContour->isCcw() >= 0); in FixWinding()
78 topSegment->debugID(), globalState.nested(), topContour->isCcw()); in FixWinding()
80 if ((globalState.nested() & 1) != SkToBool(topContour->isCcw())) { in FixWinding()
DSkOpContour.h197 int isCcw() const { in isCcw() function
/third_party/skia/src/pathops/
DSkOpBuilder.cpp77 SkASSERT(topContour->isCcw() >= 0); in FixWinding()
80 topSegment->debugID(), globalState.nested(), topContour->isCcw()); in FixWinding()
82 if ((globalState.nested() & 1) != SkToBool(topContour->isCcw())) { in FixWinding()
DSkOpContour.h196 int isCcw() const { in isCcw() function