Lines Matching defs:oppValue
1061 int oppValue = start->oppValue();
1063 int oOppValue = oStart->oppValue();
1067 int oWindDiff = operandSwap ? oppValue : windValue;
1084 oppValue -= oOppValue;
1087 oppValue += oOppValue;
1093 oppValue &= 1;
1099 swap(windValue, oppValue);
1103 oOppValue -= oppValue;
1106 oOppValue += oppValue;
1114 windValue = oppValue = 0;
1117 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", segment->debugID(),
1118 start->debugID(), windValue, oppValue);
1119 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(),
1124 start->setOppValue(oppValue);
1128 if (!windValue && !oppValue) {