Home | History | Annotate | Download | only in pathops

Lines Matching refs:rootVals

140         double rootVals[2];
141 int roots = intersectRay(rootVals);
143 double quadT = rootVals[index];
168 double rootVals[2];
169 int roots = horizontalIntersect(axisIntercept, rootVals);
171 double quadT = rootVals[index];
199 double rootVals[2];
200 int roots = verticalIntersect(axisIntercept, rootVals);
202 double quadT = rootVals[index];
341 double rootVals[2];
342 int roots = q.horizontalIntersect(pt.fY, rootVals);
344 double t = rootVals[index];
356 double rootVals[2];
357 int roots = q.verticalIntersect(pt.fX, rootVals);
359 double t = rootVals[index];