Home | History | Annotate | Download | only in vega

Lines Matching defs:split

67 static INLINE void split(struct bezier *bez,
127 /* split, second half of the bezier goes lower into the stack */
128 split(b, b+1, b);
147 split(bez, &left, &right); /* split in two */
246 Split,
266 return Split;
273 return Split;
560 split(b, b+1, b);
569 /* if res isn't Ok or Split then *o is undefined */
570 if (res == Ok || res == Split)