Lines Matching refs:rootTs
129 SkIntersections rootTs;
130 rootTs.allowNear(false);
131 int roots = rootTs.intersect(q1, line);
141 SkDPoint pt2 = q1.ptAtT(rootTs[0][0]);
145 i->insertSwap(rootTs[0][0], tMid, pt2);
157 SkIntersections rootTs;
158 rootTs.allowNear(false);
159 int roots = rootTs.intersect(q2, *testLines[index]);
161 double t = rootTs[0][idx2];
164 SkDPoint lPt = testLines[index]->ptAtT(rootTs[1][idx2]);
170 tsFound.push_back(rootTs[0][idx2]);