HomeSort by relevance Sort by last modified time
    Searched refs:isCcw (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpBuilder.cpp 77 SkASSERT(topContour->isCcw() >= 0);
80 topSegment->debugID(), globalState.nested(), topContour->isCcw());
82 if ((globalState.nested() & 1) != SkToBool(topContour->isCcw())) {
SkOpContour.h 197 int isCcw() const {

Completed in 48 milliseconds