Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp347 bool oppXor = next->segment()->oppXor(); in debugValidate() local
351 bool useXor = op ? oppXor : isXor; in debugValidate()
358 useXor = op ? isXor : oppXor; in debugValidate()
DSkPathOpsPostSect.cpp404 bool oppXor = oSegment->isXor(); in apply() local
426 if (oppXor) { in apply()
444 if (oppXor) { in apply()
DSkOpCoincidence.cpp251 if (segment->oppXor()) { in apply()
269 if (oSegment->oppXor()) { in apply()
DSkOpContour.h255 bool oppXor() const { in oppXor() function
DSkOpSegment.h263 bool oppXor() const;
DSkPathOpsWinding.cpp339 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
DSkOpSegment.cpp1384 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment
1385 return fContour->oppXor(); in oppXor()