Lines Matching defs:oe
1783 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg);
1784 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg);
1788 SkASSERT(true || !oe || !oe->deleted());
1797 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr;
1799 RETURN_FALSE_IF(osExisting && (osExisting == oe ||
1800 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg);
1814 RETURN_FALSE_IF((ce && ce->deleted()) || (oe && oe->deleted()), coinSeg);
1816 if (!ce || !oe) {
1819 if (!oe)
1820 oe = oppSeg->debugAddT(oppTe, log);
1821 if (ce && oe) ce->span()->debugAddOpp(log, oe->span());
1823 // oe = oeWritable;
1830 RETURN_FALSE_IF(!cs || !ce || cs == ce || cs->contains(ce) || !os || !oe || os == oe || os->contains(oe), coinSeg);