Lines Matching refs:fWindValue
79 if (upSpan.fWindValue || upSpan.fOppValue) {
95 if (downSpan.fWindValue || downSpan.fOppValue) {
249 if (!fTs[tIndexStart].fWindValue) {
250 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) {
260 if (nextT < 1 && fTs[tIndex].fWindValue) {
270 SkASSERT(!other->fTs[oIndexStart].fWindValue);
271 if (oIndexStart > 0 && other->fTs[oIndexStart - 1].fWindValue) {
280 if (oNextT < 1 && other->fTs[oIndex].fWindValue) {
462 span->fWindValue = 1;
594 bool decrement = test->fWindValue && oTest->fWindValue;
595 bool track = test->fWindValue || oTest->fWindValue;
596 bool bigger = test->fWindValue >= oTest->fWindValue;
614 SkDEBUGCODE(int originalWindValue = oTest->fWindValue);
617 SkASSERT(originalWindValue == oTest->fWindValue);
657 int oWindValue = oTest.fWindValue;
740 if ((test->fWindValue == 0 && test->fOppValue == 0)
741 || (oTest->fWindValue == 0 && oTest->fOppValue == 0)) {
743 SkDEBUGCODE(int firstWind = test->fWindValue);
746 SkASSERT(firstWind == fTs[index].fWindValue);
751 SkDEBUGCODE(firstWind = oTest->fWindValue);
754 SkASSERT(firstWind == other->fTs[oIndex].fWindValue);
760 if (!binary || test->fWindValue + oTest->fOppValue >= 0) {
779 int lastWind = test[-1].fWindValue;
783 if (test->fWindValue || test->fOppValue) {
784 test->fWindValue = lastWind;
838 if (fTs[min].fWindValue > 0 || fTs[min].fOppValue != 0) {
845 if (tIndex >= 0 && (fTs[min].fWindValue > 0 || fTs[min].fOppValue != 0)) {
1178 SkASSERT(span->fWindValue > 0);
1179 if (--(span->fWindValue) == 0) {
1191 span->fWindValue += windDelta;
1192 SkASSERT(span->fWindValue >= 0);
1196 span->fWindValue &= 1;
1201 if (!span->fWindValue && !span->fOppValue) {
1434 if (startSpan.fWindValue != 0) {
1772 if (other->fTs[SkMin32(*nextStart, *nextEnd)].fWindValue) {
2113 int otherWind = other->span(otherMin).fWindValue;
2488 nextDoorWind = below.fWindValue;
2495 nextDoorWind = above.fWindValue;
2501 nextDoorWind = below.fWindValue;
2506 newSpan.fWindValue = nextDoorWind;
2940 SkASSERT(span->fWindValue > 0 || span->fOppValue != 0);
2941 span->fWindValue = 0;
2981 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
2989 lastWind = fTs[i].fWindValue;
3053 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);
3077 SkDebugf(" windValue=%d\n", span.fWindValue);
3104 SkDebugf(" windValue=%d\n", span.fWindValue);
3190 SkDebugf(" sign=%d windValue=%d windSum=", angle.sign(), mSpan.fWindValue);
3258 sum += fTs[i].fWindValue;
3259 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);