Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTypes.h228 #define SkOPOBJASSERT(obj, cond) SkASSERT((obj->globalState() && \ macro
232 #define SkOPOBJASSERT(obj, cond) macro
DSkDConicLineIntersection.cpp83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals)); in horizontalIntersect()
161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals)); in verticalIntersect()
DSkPathOpsTSect.cpp1681 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1683 SkOPOBJASSERT(i, fC2Span == mate.fC2Span || fC2Span->endT() <= mate.fC2Span->startT() in matesWith()
1831 SkOPOBJASSERT(intersections, 0); in BinarySearch()
1835 SkOPOBJASSERT(intersections, 0); in BinarySearch()
1851 SkOPOBJASSERT(intersections, 0); in BinarySearch()
1855 SkOPOBJASSERT(intersections, 0); in BinarySearch()
2081 SkOPOBJASSERT(intersections, intersections->used() <= sect1->fCurve.maxIntersections()); in BinarySearch()
DSkOpSpan.h130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
DSkAddIntersections.cpp575 SkOPOBJASSERT(coincidence, coinIndex < 0); // expect coincidence to be paired in AddIntersectTs()