Lines Matching refs:windValue
327 if (!s1->starter(e1)->span()->upCast()->windValue()) { in addOverlap()
330 if (!s1->starter(e1)->span()->upCast()->windValue()) { in addOverlap()
336 if (!s2->starter(e2)->span()->upCast()->windValue()) { in addOverlap()
339 if (!s2->starter(e2)->span()->upCast()->windValue()) { in addOverlap()
405 int windValue = start->windValue(); in apply() local
407 int oWindValue = oStart->windValue(); in apply()
412 int oWindDiff = operandSwap ? oppValue : windValue; in apply()
417 if (windValue && (windValue > windDiff || (windValue == windDiff in apply()
423 windValue -= oWindValue; in apply()
426 windValue += oWindValue; in apply()
430 windValue &= 1; in apply()
438 SkTSwap(windValue, oppValue); in apply()
441 oWindValue -= windValue; in apply()
444 oWindValue += windValue; in apply()
453 windValue = oppValue = 0; in apply()
455 start->setWindValue(windValue); in apply()
459 if (!windValue && !oppValue) { in apply()