Searched refs:SkOPOBJASSERT (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
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 | SkPathOpsTypes.h | 228 #define SkOPOBJASSERT(obj, cond) SkASSERT((obj->globalState() && \ macro 232 #define SkOPOBJASSERT(obj, cond) macro
|
D | SkPathOpsTSect.h | 2032 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith() 2034 SkOPOBJASSERT(i, fC2Span == mate.fC2Span || fC2Span->endT() <= mate.fC2Span->startT() in matesWith() 2178 SkOPOBJASSERT(intersections, 0); in BinarySearch() 2182 SkOPOBJASSERT(intersections, 0); in BinarySearch() 2198 SkOPOBJASSERT(intersections, 0); in BinarySearch() 2202 SkOPOBJASSERT(intersections, 0); in BinarySearch() 2417 SkOPOBJASSERT(intersections, intersections->used() <= TCurve::kMaxIntersections); in BinarySearch()
|
D | SkAddIntersections.cpp | 572 SkOPOBJASSERT(coincidence, coinIndex < 0); // expect coincidence to be paired in AddIntersectTs()
|