Home | History | Annotate | Download | only in Intersection

Lines Matching defs:Left

201     Point2     Left[W_DEGREE+1],    /* New left and right         */
229 Bezier(w, degree, 0.5, Left, Right);
230 left_count = FindRoots(Left, degree, left_t, depth+1);
421 * Fill in control points for resulting sub-curves if "Left" and
425 static Point2 Bezier(V, degree, t, Left, Right)
429 Point2 *Left; /* RETURN left half ctl pts */
451 if (Left != NULL) {
453 Left[j] = Vtemp[j][0];