Home
last modified time | relevance | path

Searched refs:hasT (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkDQuadLineIntersection.cpp292 if (fIntersections->hasT(quadT)) { in addNearEndPoints()
333 if (fIntersections->hasT(quadT)) { in addNearHorizontalEndPoints()
359 if (fIntersections->hasT(quadT)) { in addNearVerticalEndPoints()
DSkDConicLineIntersection.cpp192 if (fIntersections->hasT(conicT)) { in addNearEndPoints()
233 if (fIntersections->hasT(conicT)) { in addNearHorizontalEndPoints()
259 if (fIntersections->hasT(conicT)) { in addNearVerticalEndPoints()
DSkDCubicLineIntersection.cpp287 if (fIntersections->hasT(cubicT)) { in addNearEndPoints()
328 if (fIntersections->hasT(cubicT)) { in addNearHorizontalEndPoints()
354 if (fIntersections->hasT(cubicT)) { in addNearVerticalEndPoints()
DSkIntersections.h110 bool hasT(double t) const { in hasT() function