Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.h299 bool oppXor() const { in oppXor() function
DSkOpCoincidence.cpp432 if (segment->oppXor()) { in apply()
450 if (oSegment->oppXor()) { in apply()
DSkPathOpsDebug.cpp1066 bool oppXor = next->segment()->oppXor(); in debugValidate() local
1070 bool useXor = op ? oppXor : isXor; in debugValidate()
1077 useXor = op ? isXor : oppXor; in debugValidate()
DSkPathOpsWinding.cpp339 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
DSkOpSegment.h290 bool oppXor() const;
DSkOpSegment.cpp1457 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment
1458 return fContour->oppXor(); in oppXor()