Home
last modified time | relevance | path

Searched refs:oWindValue (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp407 int oWindValue = oStart->windValue(); in apply() local
411 int windDiff = operandSwap ? oOppValue : oWindValue; in apply()
418 && oWindValue <= oWindDiff))) { in apply()
420 SkTSwap(oWindValue, oOppValue); in apply()
423 windValue -= oWindValue; in apply()
426 windValue += oWindValue; in apply()
435 oWindValue = oOppValue = 0; in apply()
441 oWindValue -= windValue; in apply()
444 oWindValue += windValue; in apply()
448 oWindValue &= 1; in apply()
[all …]