Searched defs:xIntercept (Results 1 – 5 of 5) sorted by relevance
161 double xIntercept = line[0].x + tRange[0] * (line[1].x - line[0].x); in horizontalLineIntersect() local175 double xIntercept = line[0].x + intersections.fT[0][0] in horizontalIntersect() local
56 float OffsetPolygonEdge::xIntercept(float y) const in xIntercept() function in WebCore::OffsetPolygonEdge
265 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX); in horizontal() local