Lines Matching defs:start
1641 * array and an index saying where we should start stashing the points.
1650 double st, /* Start Theta, start angle */
1651 et, /* End Theta, offset from start theta */
1654 x0, y0, /* the recurrence formula needs two points to start */
1875 int start, i, j, k = 0, nexti, nextk = 0;
1975 start = i + 1;
1976 if (start == narcs)
1977 start = 0;
1978 i = start;
2164 if (nexti == start) {
2186 if (nexti == start)
2222 if (nexti == start) {
2238 (nexti != start || (arcsJoin && isDashed)))
2243 if (i == start)