Home | History | Annotate | Download | only in pathops

Lines Matching refs:quadT

143             double quadT = rootVals[index];
144 double lineT = findLineT(quadT);
146 if (pinTs(&quadT, &lineT, &pt, kPointUninitialized)) {
147 fIntersections->insert(quadT, lineT, pt);
171 double quadT = rootVals[index];
172 SkDPoint pt = fQuad.ptAtT(quadT);
174 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
175 fIntersections->insert(quadT, lineT, pt);
202 double quadT = rootVals[index];
203 SkDPoint pt = fQuad.ptAtT(quadT);
205 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
206 fIntersections->insert(quadT, lineT, pt);
226 double quadT = (double) (qIndex >> 1);
227 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
233 double quadT = (double) (qIndex >> 1);
234 if (fIntersections->hasT(quadT)) {
241 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
252 double quadT = (double) (qIndex >> 1);
253 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
259 double quadT = (double) (qIndex >> 1);
260 if (fIntersections->hasT(quadT)) {
267 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
278 double quadT = (double) (qIndex >> 1);
279 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
285 double quadT = (double) (qIndex >> 1);
286 if (fIntersections->hasT(quadT)) {
293 fIntersections->insert(quadT, lineT, fQuad[qIndex]);
313 bool pinTs(double* quadT, double* lineT, SkDPoint* pt, PinTPoint ptSet) {
320 double qT = *quadT = SkPinT(*quadT);