Home | History | Annotate | Download | only in pathops

Lines Matching refs:t1Start

86     double t1Start = t1s;
92 int o1 = quadPart(cubic1, t1Start, t1, &s1);
98 if (&cubic1 == &cubic2 && t1Start >= t2Start) {
106 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
109 __FUNCTION__, t1Start, t1, t2Start, t2);
121 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx];
142 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2;
145 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2;
251 t1Start = t1;