Searched refs:osExisting (Results 1 – 2 of 2) sorted by relevance
716 const SkOpPtT* osExisting = !os ? oppSeg->existing(oppTs, nullptr) : nullptr; in addOrOverlap() local718 FAIL_IF(osExisting && osExisting == oeExisting); in addOrOverlap()719 FAIL_IF(osExisting && (osExisting == oe || in addOrOverlap()720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap()722 oeExisting->contains(osExisting ? osExisting : os))); in addOrOverlap()
1796 const SkOpPtT* osExisting = !os ? oppSeg->existing(oppTs, nullptr) : nullptr; in debugAddOrOverlap() local1798 RETURN_FALSE_IF(osExisting && osExisting == oeExisting, oppSeg); in debugAddOrOverlap()1799 RETURN_FALSE_IF(osExisting && (osExisting == oe || in debugAddOrOverlap()1800 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg); in debugAddOrOverlap()1802 oeExisting->contains(osExisting ? osExisting : os)), oppSeg); in debugAddOrOverlap()