Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp1062 int oWindValue = oStart->windValue(); in apply() local
1066 int windDiff = operandSwap ? oOppValue : oWindValue; in apply()
1073 && oWindValue <= oWindDiff)); in apply()
1080 swap(oWindValue, oOppValue); in apply()
1083 windValue -= oWindValue; in apply()
1086 windValue += oWindValue; in apply()
1095 oWindValue = oOppValue = 0; in apply()
1102 oWindValue -= windValue; in apply()
1105 oWindValue += windValue; in apply()
1109 oWindValue &= 1; in apply()
[all …]