Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvdevice_gd.c File Reference
#include "config.h"
#include "gdioctx_wrapper.h"
#include <gvc/gvplugin_device.h>
#include <gvc/gvio.h>
#include <gd.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
Include dependency graph for gvdevice_gd.c:

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 []
 

Function Documentation

◆ gvdevice_gd_putBuf()

int gvdevice_gd_putBuf ( gdIOCtx *  context,
const void *  buffer,
int  len 
)

Definition at line 22 of file gvdevice_gd.c.

References get_containing_context(), gvwrite(), gd_context_t::job, and len().

Referenced by gdgen_end_page().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gvdevice_gd_putC()

void gvdevice_gd_putC ( gdIOCtx *  context,
int  C 
)

Definition at line 28 of file gvdevice_gd.c.

References C, get_containing_context(), gvwrite(), and gd_context_t::job.

Referenced by gdgen_end_page().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ gvdevice_gd_types

gvplugin_installed_t gvdevice_gd_types[]
Initial value:
= {
{0, NULL, 0, NULL, NULL}
}
node NULL
Definition grammar.y:149

Definition at line 181 of file gvdevice_gd.c.