Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvplugin_gd.c File Reference
#include <gvc/gvplugin.h>
Include dependency graph for gvplugin_gd.c:

Go to the source code of this file.

Macros

#define GVPLUGIN_GD_API
 

Variables

gvplugin_installed_t gvrender_gd_types []
 
gvplugin_installed_t gvrender_vrml_types []
 
gvplugin_installed_t gvtextlayout_gd_types []
 
gvplugin_installed_t gvloadimage_gd_types []
 
gvplugin_installed_t gvdevice_gd_types []
 
gvplugin_installed_t gvdevice_gd_types2 []
 
gvplugin_installed_t gvdevice_vrml_types []
 
static gvplugin_api_t apis []
 
GVPLUGIN_GD_API gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis }
 

Macro Definition Documentation

◆ GVPLUGIN_GD_API

#define GVPLUGIN_GD_API

Definition at line 35 of file gvplugin_gd.c.

Variable Documentation

◆ apis

gvplugin_api_t apis[]
static
Initial value:
= {
{API_render, gvrender_gd_types},
{API_render, gvrender_vrml_types},
{API_textlayout, gvtextlayout_gd_types},
{API_loadimage, gvloadimage_gd_types},
{API_device, gvdevice_gd_types},
{API_device, gvdevice_gd_types2},
{API_device, gvdevice_vrml_types},
{(api_t)0, 0},
}
api_t
Definition gvcext.h:32
gvplugin_installed_t gvdevice_gd_types[]
gvplugin_installed_t gvloadimage_gd_types[]
gvplugin_installed_t gvrender_gd_types[]
gvplugin_installed_t gvdevice_gd_types2[]
gvplugin_installed_t gvrender_vrml_types[]
gvplugin_installed_t gvdevice_vrml_types[]
gvplugin_installed_t gvtextlayout_gd_types[]

Definition at line 21 of file gvplugin_gd.c.

◆ gvdevice_gd_types

gvplugin_installed_t gvdevice_gd_types[]
extern

Definition at line 181 of file gvdevice_gd.c.

◆ gvdevice_gd_types2

gvplugin_installed_t gvdevice_gd_types2[]
extern

Definition at line 614 of file gvrender_gd.c.

◆ gvdevice_vrml_types

gvplugin_installed_t gvdevice_vrml_types[]
extern

Definition at line 853 of file gvrender_gd_vrml.c.

◆ gvloadimage_gd_types

gvplugin_installed_t gvloadimage_gd_types[]
extern

Definition at line 253 of file gvloadimage_gd.c.

◆ gvplugin_gd_LTX_library

GVPLUGIN_GD_API gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis }

Definition at line 38 of file gvplugin_gd.c.

◆ gvrender_gd_types

gvplugin_installed_t gvrender_gd_types[]
extern

Definition at line 609 of file gvrender_gd.c.

◆ gvrender_vrml_types

gvplugin_installed_t gvrender_vrml_types[]
extern

Definition at line 846 of file gvrender_gd_vrml.c.

◆ gvtextlayout_gd_types

gvplugin_installed_t gvtextlayout_gd_types[]
extern

Definition at line 187 of file gvtextlayout_gd.c.