Home
last modified time | relevance | path

Searched defs:pbs_poly_n (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Demit.c864 static void map_bspline_poly(pointf **pbs_p, int **pbs_n, int *pbs_poly_n, int n, pointf* p1, point… in map_bspline_poly()
979 static void map_output_bspline (pointf **pbs, int **pbs_n, int *pbs_poly_n, bezier* bp, double w2) in map_output_bspline()
2533 int i, nump, *pbs_n = NULL, pbs_poly_n = 0; in emit_begin_edge() local