Lines Matching defs:ce
1795 const SkOpPtT* ce = coinSeg->existing(coinTe, oppSeg);
1796 RETURN_FALSE_IF(overlap && cs && ce && overlap->contains(cs, ce), coinSeg);
1797 RETURN_FALSE_IF(cs != ce || !cs, coinSeg);
1803 SkASSERT(true || !ce || !ce->deleted());
1806 const SkOpPtT* ceExisting = !ce ? coinSeg->existing(coinTe, nullptr) : nullptr;
1808 RETURN_FALSE_IF(csExisting && (csExisting == ce ||
1809 csExisting->contains(ceExisting ? ceExisting : ce)), coinSeg);
1830 RETURN_FALSE_IF((ce && ce->deleted()) || (oe && oe->deleted()), coinSeg);
1832 if (!ce || !oe) {
1833 if (!ce)
1834 ce = coinSeg->debugAddT(coinTe, log);
1837 if (ce && oe) ce->span()->debugAddOpp(log, oe->span());
1838 // ce = ceWritable;
1846 RETURN_FALSE_IF(!cs || !ce || cs == ce || cs->contains(ce) || !os || !oe || os == oe || os->contains(oe), coinSeg);