Searched refs:hasT (Results 1 – 4 of 4) sorted by relevance
292 if (fIntersections->hasT(quadT)) { in addNearEndPoints()333 if (fIntersections->hasT(quadT)) { in addNearHorizontalEndPoints()359 if (fIntersections->hasT(quadT)) { in addNearVerticalEndPoints()
192 if (fIntersections->hasT(conicT)) { in addNearEndPoints()233 if (fIntersections->hasT(conicT)) { in addNearHorizontalEndPoints()259 if (fIntersections->hasT(conicT)) { in addNearVerticalEndPoints()
287 if (fIntersections->hasT(cubicT)) { in addNearEndPoints()328 if (fIntersections->hasT(cubicT)) { in addNearHorizontalEndPoints()354 if (fIntersections->hasT(cubicT)) { in addNearVerticalEndPoints()
110 bool hasT(double t) const { in hasT() function