|
Graphviz 14.0.3~dev.20251029.0425
|
Go to the source code of this file.
Data Structures | |
| struct | gd_context_t |
Functions | |
| static gd_context_t * | get_containing_context (gdIOCtx *ctx) |
| int | gvdevice_gd_putBuf (gdIOCtx *context, const void *buffer, int len) |
| void | gvdevice_gd_putC (gdIOCtx *context, int C) |
|
inlinestatic |
Definition at line 12 of file gdioctx_wrapper.h.
Referenced by gvdevice_gd_putBuf(), and gvdevice_gd_putC().
| int gvdevice_gd_putBuf | ( | gdIOCtx * | context, |
| const void * | buffer, | ||
| int | len | ||
| ) |
Definition at line 24 of file gvdevice_gd.c.
References get_containing_context(), gvwrite(), gd_context_t::job, and len().
Referenced by gdgen_end_page().
| void gvdevice_gd_putC | ( | gdIOCtx * | context, |
| int | C | ||
| ) |
Definition at line 33 of file gvdevice_gd.c.
References C, get_containing_context(), gvwrite(), and gd_context_t::job.
Referenced by gdgen_end_page().