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

Go to the source code of this file.

Macros

#define GVPLUGIN_WEBP_API
 

Variables

gvplugin_installed_t gvdevice_webp_types []
 
gvplugin_installed_t gvloadimage_webp_types []
 
static gvplugin_api_t apis []
 
GVPLUGIN_WEBP_API gvplugin_library_t gvplugin_webp_LTX_library = { "webp", apis }
 

Macro Definition Documentation

◆ GVPLUGIN_WEBP_API

#define GVPLUGIN_WEBP_API

Definition at line 25 of file gvplugin_webp.c.

Variable Documentation

◆ apis

gvplugin_api_t apis[]
static
Initial value:
= {
{API_device, gvdevice_webp_types},
{API_loadimage, gvloadimage_webp_types},
{(api_t)0, 0},
}
api_t
Definition gvcext.h:32
gvplugin_installed_t gvloadimage_webp_types[]
gvplugin_installed_t gvdevice_webp_types[]

Definition at line 16 of file gvplugin_webp.c.

◆ gvdevice_webp_types

gvplugin_installed_t gvdevice_webp_types[]
extern

Definition at line 123 of file gvdevice_webp.c.

◆ gvloadimage_webp_types

gvplugin_installed_t gvloadimage_webp_types[]
extern

Definition at line 189 of file gvloadimage_webp.c.

◆ gvplugin_webp_LTX_library

GVPLUGIN_WEBP_API gvplugin_library_t gvplugin_webp_LTX_library = { "webp", apis }

Definition at line 28 of file gvplugin_webp.c.