HomeSort by relevance Sort by last modified time
    Searched defs:windValue (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkPathOpsWinding.cpp 174 } else if (!span->windValue() && !span->oppValue()) {
303 if (span->windValue() == 0 && span->oppValue() == 0) {
321 int windValue = ccw ? -span->windValue() : span->windValue();
323 wind += windValue;
SkOpSpan.h 532 void setWindValue(int windValue) {
534 SkASSERT(windValue >= 0);
536 SkOPASSERT(!windValue || !fDone);
537 fWindValue = windValue;
552 int windValue() const {
SkOpCoincidence.cpp     [all...]

Completed in 152 milliseconds