Searched refs:oppXor (Results 1 – 6 of 6) sorted by relevance
299 bool oppXor() const { in oppXor() function
432 if (segment->oppXor()) { in apply()450 if (oSegment->oppXor()) { in apply()
1066 bool oppXor = next->segment()->oppXor(); in debugValidate() local1070 bool useXor = op ? oppXor : isXor; in debugValidate()1077 useXor = op ? isXor : oppXor; in debugValidate()
339 SkASSERT(hitSegment->oppXor() ? (oppSum & 1) == (oSpanSum & 1) : oppSum == oSpanSum in sortableTop()
290 bool oppXor() const;
1457 bool SkOpSegment::oppXor() const { in oppXor() function in SkOpSegment1458 return fContour->oppXor(); in oppXor()