Home
last modified time | relevance | path

Searched refs:n_bezier_pts (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/xdot/
H A Dxdot.h164 int n_bezier_pts; member
H A Dxdot.c988 sp->n_bezier_pts += op->u.bezier.cnt; in statXDot()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Demit.c73 fprintf (stderr, "%d beziers %d points\n", stats.n_bezier, stats.n_bezier_pts); in init_xdot()