|
Graphviz 14.0.3~dev.20251103.0542
|
#include "config.h"#include <stdlib.h>#include "builddate.h"#include <common/render.h>#include <common/types.h>#include <gvc/gvplugin.h>#include <gvc/gvcjob.h>#include <gvc/gvcint.h>#include <gvc/gvcproc.h>#include <gvc/gvc.h>#include <util/alloc.h>Go to the source code of this file.
Functions | |
| void | textfont_dict_close (GVC_t *gvc) |
| GVC_t * | gvNEWcontext (const lt_symlist_t *builtins, int demand_loading) |
| void | gvFinalize (GVC_t *gvc) |
| int | gvFreeContext (GVC_t *gvc) |
| GVC_t * | gvCloneGVC (GVC_t *gvc0) |
| void | gvFreeCloneGVC (GVC_t *gvc) |
Variables | |
| int | graphviz_errors |
| static char * | LibInfo [] |
Definition at line 99 of file gvcontext.c.
References GVC_s::api, GVC_s::apis, GVC_s::common, gv_alloc(), gvc, and GVC_s::packages.
Referenced by json_begin_graph().
| void gvFreeCloneGVC | ( | GVC_t * | gvc | ) |
Definition at line 111 of file gvcontext.c.
References free(), gvc, and gvjobs_delete().
Referenced by json_begin_graph().
|
extern |
Definition at line 157 of file textspan.c.
Referenced by gvFreeContext().
|
extern |
Definition at line 54 of file globals.h.
Referenced by gvFreeContext(), and gvNextInputGraph().
|
static |
Definition at line 39 of file gvcontext.c.
Referenced by gvNEWcontext().