Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp408 int oOppValue = oStart->oppValue(); in apply() local
411 int windDiff = operandSwap ? oOppValue : oWindValue; in apply()
420 SkTSwap(oWindValue, oOppValue); in apply()
424 oppValue -= oOppValue; in apply()
427 oppValue += oOppValue; in apply()
435 oWindValue = oOppValue = 0; in apply()
442 oOppValue -= oppValue; in apply()
445 oOppValue += oppValue; in apply()
451 oOppValue &= 1; in apply()
458 oStart->setOppValue(oOppValue); in apply()
[all …]