Searched refs:close_to (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkDConicLineIntersection.cpp | 62 static bool close_to(double a, double b, const double c[3]) { in close_to() function in LineConicIntersections 83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals)); in horizontalIntersect() 161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals)); in verticalIntersect()
|
/external/skqp/src/pathops/ |
D | SkDConicLineIntersection.cpp | 62 static bool close_to(double a, double b, const double c[3]) { in close_to() function in LineConicIntersections 83 SkOPOBJASSERT(fIntersections, close_to(pt.fY, axisIntercept, conicVals)); in horizontalIntersect() 161 SkOPOBJASSERT(fIntersections, close_to(pt.fX, axisIntercept, conicVals)); in verticalIntersect()
|