Lines Matching refs:fWindValue
663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member
1318 if (upSpan.fWindValue || upSpan.fOppValue) { in activeAngleInner()
1334 if (downSpan.fWindValue || downSpan.fOppValue) { in activeAngleInner()
1496 if (!fTs[tIndexStart].fWindValue) { in addCancelOutsides()
1497 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) { in addCancelOutsides()
1507 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides()
1517 SkASSERT(!other.fTs[oIndexStart].fWindValue); in addCancelOutsides()
1518 if (oIndexStart > 0 && other.fTs[oIndexStart - 1].fWindValue) { in addCancelOutsides()
1527 if (oNextT < 1 && other.fTs[oIndex].fWindValue) { in addCancelOutsides()
1710 span->fWindValue = 1; in addT()
1855 bool decrement = test->fWindValue && oTest->fWindValue && !binary; in addTCancel()
1856 bool track = test->fWindValue || oTest->fWindValue; in addTCancel()
1871 SkDEBUGCODE(int originalWindValue = oSpan->fWindValue); in addTCancel()
1875 SkASSERT(originalWindValue == oSpan->fWindValue); in addTCancel()
1936 int oWindValue = oTest->fWindValue; in bumpCoincidentThis()
2053 if (fTs[min].fWindValue > 0 || fTs[min].fOppValue > 0) { in addTwoAngles()
2060 if (tIndex >= 0 && (fTs[min].fWindValue > 0 || fTs[min].fOppValue > 0)) { in addTwoAngles()
2321 SkASSERT(span->fWindValue > 0); in decrementSpan()
2322 if (--(span->fWindValue) == 0) { in decrementSpan()
2332 span->fWindValue += windDelta; in bumpSpan()
2333 SkASSERT(span->fWindValue >= 0); in bumpSpan()
2337 span->fWindValue &= 1; in bumpSpan()
2342 if (!span->fWindValue && !span->fOppValue) { in bumpSpan()
2678 if (other->fTs[SkMin32(nextStart, nextEnd)].fWindValue) { in findNextXor()
3094 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0; in isCanceled()
3589 nextDoorWind = below.fWindValue; in matchWindingValue()
3596 nextDoorWind = above.fWindValue; in matchWindingValue()
3602 nextDoorWind = below.fWindValue; in matchWindingValue()
3607 newSpan.fWindValue = nextDoorWind; in matchWindingValue()
3836 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue in spanSign()
3837 : fTs[endIndex].fWindValue; in spanSign()
4008 return fTs[tIndex].fWindValue; in windValue()
4022 return fTs[index].fWindValue; in windValueAt()
4091 SkASSERT(span->fWindValue > 0 || span->fOppValue > 0); in zeroSpan()
4092 span->fWindValue = 0; in zeroSpan()
4162 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue in debugShowTs()
4170 lastWind = fTs[i].fWindValue; in debugShowTs()
4235 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue); in debugShowActiveSpans()
4292 SkDebugf(" windValue=%d\n", span.fWindValue); in debugShowNewWinding()
4318 SkDebugf(" windValue=%d\n", span.fWindValue); in debugShowNewWinding()
4394 SkDebugf(" sign=%d windValue=%d windSum=", angle.sign(), mSpan.fWindValue); in debugShowSort()
4461 sum += fTs[i].fWindValue; in debugShowWindingValues()
4462 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue); in debugShowWindingValues()