Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDConicLineIntersection.cpp68 return this->validT(conicVals, axisIntercept, roots); in horizontalIntersect()
126 return this->validT(r, 0, roots); in intersectRay()
129 int validT(double r[3], double axisIntercept, double roots[2]) { in validT() function in LineConicIntersections
141 return this->validT(conicVals, axisIntercept, roots); in verticalIntersect()