Searched refs:SkOPOBJASSERT (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsTypes.h | 228 #define SkOPOBJASSERT(obj, cond) SkASSERT((obj->globalState() && \ macro 232 #define SkOPOBJASSERT(obj, cond) macro
|
D | SkDConicLineIntersection.cpp | 83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals)); in horizontalIntersect() 161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals)); in verticalIntersect()
|
D | SkPathOpsTSect.cpp | 1681 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()
|
D | SkOpSpan.h | 130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
|
D | SkAddIntersections.cpp | 575 SkOPOBJASSERT(coincidence, coinIndex < 0); // expect coincidence to be paired in AddIntersectTs()
|