Home
last modified time | relevance | path

Searched refs:EMIT_NLABEL (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvrender_core_dot.c253 if (agxblen(xbufs[EMIT_NLABEL])) in xdot_end_node()
254 agxset(n, xd->n_l_draw, agxbuse(xbufs[EMIT_NLABEL])); in xdot_end_node()
256 penwidth[EMIT_NLABEL] = 1; in xdot_end_node()
258 textflags[EMIT_NLABEL] = 0; in xdot_end_node()
H A Dgvrender_core_tk.c66 case EMIT_NLABEL: in tkgen_print_tags()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvc/
H A Dgvcjob.h185 EMIT_NDRAW, EMIT_EDRAW, EMIT_NLABEL, EMIT_ELABEL, enumerator
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dshapes.c2975 emit_label(job, EMIT_NLABEL, ND_label(n)); in poly_gencode()
3702 emit_label(job, EMIT_NLABEL, f->lp); in gen_fields()
3892 emit_label(job, EMIT_NLABEL, ND_label(n)); in epsf_gencode()
H A Demit.c1991 emit_label(job, EMIT_NLABEL, ND_xlabel(n)); in emit_node()