Home
last modified time | relevance | path

Searched refs:RETURN_FALSE_IF (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsDebug.cpp49 #define RETURN_FALSE_IF(cond, span) \ macro
1767 RETURN_FALSE_IF(overlap && cs && ce && overlap->contains(cs, ce), coinSeg); in debugAddOrOverlap()
1768 RETURN_FALSE_IF(cs != ce || !cs, coinSeg); in debugAddOrOverlap()
1771 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg); in debugAddOrOverlap()
1778 RETURN_FALSE_IF(csExisting && csExisting == ceExisting, coinSeg); in debugAddOrOverlap()
1779 RETURN_FALSE_IF(csExisting && (csExisting == ce || in debugAddOrOverlap()
1781 RETURN_FALSE_IF(ceExisting && (ceExisting == cs || in debugAddOrOverlap()
1785 RETURN_FALSE_IF(osExisting && osExisting == oeExisting, oppSeg); in debugAddOrOverlap()
1786 RETURN_FALSE_IF(osExisting && (osExisting == oe || in debugAddOrOverlap()
1788 RETURN_FALSE_IF(oeExisting && (oeExisting == os || in debugAddOrOverlap()
[all …]