Searched refs:oeExisting (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in addOrOverlap() local 718 FAIL_IF(osExisting && osExisting == oeExisting); in addOrOverlap() 720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap() 721 FAIL_IF(oeExisting && (oeExisting == os || in addOrOverlap() 722 oeExisting->contains(osExisting ? osExisting : os))); in addOrOverlap()
|
D | SkPathOpsDebug.cpp | 1820 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in debugAddOrOverlap() local 1821 RETURN_FALSE_IF(osExisting && osExisting == oeExisting, oppSeg); in debugAddOrOverlap() 1823 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg); in debugAddOrOverlap() 1824 RETURN_FALSE_IF(oeExisting && (oeExisting == os || in debugAddOrOverlap() 1825 oeExisting->contains(osExisting ? osExisting : os)), oppSeg); in debugAddOrOverlap()
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in addOrOverlap() local 718 FAIL_IF(osExisting && osExisting == oeExisting); in addOrOverlap() 720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap() 721 FAIL_IF(oeExisting && (oeExisting == os || in addOrOverlap() 722 oeExisting->contains(osExisting ? osExisting : os))); in addOrOverlap()
|
D | SkPathOpsDebug.cpp | 1797 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in debugAddOrOverlap() local 1798 RETURN_FALSE_IF(osExisting && osExisting == oeExisting, oppSeg); in debugAddOrOverlap() 1800 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg); in debugAddOrOverlap() 1801 RETURN_FALSE_IF(oeExisting && (oeExisting == os || in debugAddOrOverlap() 1802 oeExisting->contains(osExisting ? osExisting : os)), oppSeg); in debugAddOrOverlap()
|