HomeSort by relevance Sort by last modified time
    Searched refs:windValue (Results 1 - 7 of 7) 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;
SkOpCoincidence.cpp     [all...]
SkOpSpan.h 532 void setWindValue(int windValue) {
534 SkASSERT(windValue >= 0);
536 SkOPASSERT(!windValue || !fDone);
537 fWindValue = windValue;
552 int windValue() const {
SkOpSegment.h 375 int result = start->t() < end->t() ? -start->upCast()->windValue()
376 : end->upCast()->windValue();
SkOpSegment.cpp 60 if (upSpan->windValue() || upSpan->oppValue()) {
79 if (downSpan->windValue() || downSpan->oppValue()) {
    [all...]
SkPathOpsDebug.cpp 818 if (span->windValue()) glitches->record(SkPathOpsDebug::kCollapsedWindValue_Glitch, span);
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 872 SkDebugf(" sgn=%d windVal=%d", this->debugSign(), mSpan.windValue());
    [all...]

Completed in 2909 milliseconds