Lines Matching defs:flipped
1631 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin);
1632 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next();
1691 oTest = coin->flipped() ? oTest->prev() : oTest->upCast()->next();
1764 if (overlap->flipped()
1769 if (overlap->flipped()
2040 bool flipped = coin->flipped();
2041 if (flipped) {
2057 if (next->upCast()->debugInsertCoincidence(log, oSegment, flipped, ordered), false) {
2063 if (oNext->upCast()->debugInsertCoincidence(log, segment, flipped, ordered), false) {
2641 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* segment, bool flipped, bool ordered) const {
2656 else if (flipped) {