Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp212 SkOpSegment* oSegment = oStart->segment(); in apply() local
213 bool operandSwap = segment->operand() != oSegment->operand(); in apply()
266 if (oSegment->isXor()) { in apply()
269 if (oSegment->oppXor()) { in apply()
282 oSegment->markDone(oStart); in apply()
DSkPathOpsPostSect.cpp392 SkOpSegment* oSegment = oStart->segment(); in apply() local
393 bool operandSwap = segment->operand() != oSegment->operand(); in apply()
404 bool oppXor = oSegment->isXor(); in apply()
457 oSegment->markDone(oStart); in apply()