Lines Matching refs:quadT
150 double quadT = rootVals[index];
151 double lineT = findLineT(quadT);
153 if (pinTs(&quadT, &lineT, &pt, kPointUninitialized)) {
154 fIntersections->insert(quadT, lineT, pt);
179 double quadT = rootVals[index];
180 SkDPoint pt = fQuad.ptAtT(quadT);
182 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
183 fIntersections->insert(quadT, lineT, pt);
210 double quadT = rootVals[index];
211 SkDPoint pt = fQuad.ptAtT(quadT);
213 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
214 fIntersections->insert(quadT, lineT, pt);
231 double quadT = (double) (qIndex >> 1);
232 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
238 double quadT = (double) (qIndex >> 1);
239 if (fIntersections->hasT(quadT)) {
246 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
257 double quadT = (double) (qIndex >> 1);
258 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
264 double quadT = (double) (qIndex >> 1);
265 if (fIntersections->hasT(quadT)) {
272 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
283 double quadT = (double) (qIndex >> 1);
284 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
290 double quadT = (double) (qIndex >> 1);
291 if (fIntersections->hasT(quadT)) {
298 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
313 bool pinTs(double* quadT, double* lineT, SkDPoint* pt, PinTPoint ptSet) {
320 double qT = *quadT = SkPinT(*quadT);
334 *quadT = 0;
336 *quadT = 1;