Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsDebug.cpp34 #undef RETURN_FALSE_IF
35 #define RETURN_FALSE_IF(cond, span) \ macro
1803 RETURN_FALSE_IF(overlap && cs && ce && overlap->contains(cs, ce), coinSeg); in debugAddOrOverlap()
1804 RETURN_FALSE_IF(cs != ce || !cs, coinSeg); in debugAddOrOverlap()
1807 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg); in debugAddOrOverlap()
1814 RETURN_FALSE_IF(csExisting && csExisting == ceExisting, coinSeg); in debugAddOrOverlap()
1815 RETURN_FALSE_IF(csExisting && (csExisting == ce || in debugAddOrOverlap()
1817 RETURN_FALSE_IF(ceExisting && (ceExisting == cs || in debugAddOrOverlap()
1821 RETURN_FALSE_IF(osExisting && osExisting == oeExisting, oppSeg); in debugAddOrOverlap()
1822 RETURN_FALSE_IF(osExisting && (osExisting == oe || in debugAddOrOverlap()
[all …]
DSkPathOpsDebug.h263 #define RETURN_FALSE_IF(abort, cond) \ macro
/external/skia/src/pathops/
DSkPathOpsDebug.cpp35 #define RETURN_FALSE_IF(cond, span) \ macro
1780 RETURN_FALSE_IF(overlap && cs && ce && overlap->contains(cs, ce), coinSeg); in debugAddOrOverlap()
1781 RETURN_FALSE_IF(cs != ce || !cs, coinSeg); in debugAddOrOverlap()
1784 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg); in debugAddOrOverlap()
1791 RETURN_FALSE_IF(csExisting && csExisting == ceExisting, coinSeg); in debugAddOrOverlap()
1792 RETURN_FALSE_IF(csExisting && (csExisting == ce || in debugAddOrOverlap()
1794 RETURN_FALSE_IF(ceExisting && (ceExisting == cs || in debugAddOrOverlap()
1798 RETURN_FALSE_IF(osExisting && osExisting == oeExisting, oppSeg); in debugAddOrOverlap()
1799 RETURN_FALSE_IF(osExisting && (osExisting == oe || in debugAddOrOverlap()
1801 RETURN_FALSE_IF(oeExisting && (oeExisting == os || in debugAddOrOverlap()
[all …]