Graphviz 13.0.0~dev.20241220.2304
|
#include "config.h"
#include "gdioctx_wrapper.h"
#include <assert.h>
#include <gvc/gvplugin_device.h>
#include <gvc/gvio.h>
#include <limits.h>
#include <gd.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | gvdevice_gd_putBuf (gdIOCtx *context, const void *buffer, int len) |
void | gvdevice_gd_putC (gdIOCtx *context, int C) |
Variables | |
gvplugin_installed_t | gvdevice_gd_types [] |
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().
gvplugin_installed_t gvdevice_gd_types[] |
Definition at line 193 of file gvdevice_gd.c.