Home | History | Annotate | Download | only in raster

Lines Matching refs:arcs

518     TPoint      arcs[3 * MaxBezier + 1]; /* The Bezier stack               */
944 /* Subdivide one conic Bezier into two joint sub-arcs in the Bezier */
983 /* Subdivide a third-order Bezier arc into two joint sub-arcs in the */
1205 /* A function type describing the functions used to split Bezier arcs */
1221 /* splitter :: The function to split Bezier arcs. */
1354 /* splitter :: The function to split Bezier arcs. */
1518 ras.arc = ras.arcs;
1589 } while ( ras.arc >= ras.arcs );
1640 ras.arc = ras.arcs;
1724 } while ( ras.arc >= ras.arcs );
1865 case FT_CURVE_TAG_CONIC: /* consume conic arcs */
1982 /* Convert a glyph into a series of segments and arcs and make a */
2030 /* we must now check whether the extreme arcs join or not */