Searched refs:SkOPOBJASSERT (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals));
161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals));
H A DSkPathOpsTypes.h228 #define SkOPOBJASSERT(obj, cond) SkASSERT((obj->globalState() && \ macro
232 #define SkOPOBJASSERT(obj, cond) macro
H A DSkPathOpsTSect.h2045 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT()
2047 SkOPOBJASSERT(i, fC2Span == mate.fC2Span || fC2Span->endT() <= mate.fC2Span->startT()
2191 SkOPOBJASSERT(intersections, 0);
2195 SkOPOBJASSERT(intersections, 0);
2211 SkOPOBJASSERT(intersections, 0);
2215 SkOPOBJASSERT(intersections, 0);
2430 SkOPOBJASSERT(intersections, intersections->used() <= TCurve::kMaxIntersections);
H A DSkAddIntersections.cpp572 SkOPOBJASSERT(coincidence, coinIndex < 0); // expect coincidence to be paired
/external/skqp/src/pathops/
H A DSkDConicLineIntersection.cpp83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals));
161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals));
H A DSkPathOpsTypes.h228 #define SkOPOBJASSERT(obj, cond) SkASSERT((obj->globalState() && \ macro
232 #define SkOPOBJASSERT(obj, cond) macro
H A DSkPathOpsTSect.h2045 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT()
2047 SkOPOBJASSERT(i, fC2Span == mate.fC2Span || fC2Span->endT() <= mate.fC2Span->startT()
2191 SkOPOBJASSERT(intersections, 0);
2195 SkOPOBJASSERT(intersections, 0);
2211 SkOPOBJASSERT(intersections, 0);
2215 SkOPOBJASSERT(intersections, 0);
2430 SkOPOBJASSERT(intersections, intersections->used() <= TCurve::kMaxIntersections);
H A DSkAddIntersections.cpp572 SkOPOBJASSERT(coincidence, coinIndex < 0); // expect coincidence to be paired

Completed in 255 milliseconds