Searched refs:oppXor (Results 1 – 7 of 7) sorted by relevance
347 bool oppXor = next->segment()->oppXor(); in debugValidate() local351 bool useXor = op ? oppXor : isXor; in debugValidate()358 useXor = op ? isXor : oppXor; in debugValidate()
404 bool oppXor = oSegment->isXor(); in apply() local426 if (oppXor) { in apply()444 if (oppXor) { in apply()
251 if (segment->oppXor()) { in apply()269 if (oSegment->oppXor()) { in apply()
255 bool oppXor() const { in oppXor() function
263 bool oppXor() const;
339 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
1384 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment1385 return fContour->oppXor(); in oppXor()