Home | History | Annotate | Download | only in pathops

Lines Matching defs:flipped

1650         FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin);
1651 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next();
1710 oTest = coin->flipped() ? oTest->prev() : oTest->upCast()->next();
1780 if (overlap->flipped()
1785 if (overlap->flipped()
2055 bool flipped = coin->flipped();
2056 if (flipped) {
2071 if (next->upCast()->debugInsertCoincidence(log, oSegment, flipped, ordered), false) {
2077 if (oNext->upCast()->debugInsertCoincidence(log, segment, flipped, ordered), false) {
2651 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* segment, bool flipped, bool ordered) const {
2666 else if (flipped) {