Lines Matching defs:oe
701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg);
702 if (overlap && os && oe && overlap->contains(os, oe)) {
708 FAIL_IF(oe && oe->deleted());
717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr;
719 FAIL_IF(osExisting && (osExisting == oe ||
720 osExisting->contains(oeExisting ? oeExisting : oe)));
738 FAIL_IF((ce && ce->deleted()) || (oe && oe->deleted()));
740 if (!ce || !oe) {
743 SkOpPtT* oeWritable = oe ? const_cast<SkOpPtT*>(oe)
747 oe = oeWritable;
753 FAIL_IF(oe->deleted());
754 FAIL_IF(cs->contains(ce) || os->contains(oe));
758 result = overlap->extend(cs, ce, os, oe);
760 if (os->fT > oe->fT) {
763 swap(os, oe);
765 result = overlap->extend(os, oe, cs, ce);
773 this->add(cs, ce, os, oe);