Graphviz  2.41.20171026.1811
Variables
gvdevice_devil.c File Reference
#include "config.h"
#include "gvplugin_device.h"
#include <IL/il.h>
#include <IL/ilu.h>
Include dependency graph for gvdevice_devil.c:

Go to the source code of this file.

Variables

gvplugin_installed_t gvdevice_devil_types []
 

Variable Documentation

gvplugin_installed_t gvdevice_devil_types[]
Initial value:
= {
{IL_BMP, "bmp:cairo", -1, &devil_engine, &device_features_devil},
{IL_JPG, "jpg:cairo", -1, &devil_engine, &device_features_devil},
{IL_JPG, "jpe:cairo", -1, &devil_engine, &device_features_devil},
{IL_JPG, "jpeg:cairo", -1, &devil_engine, &device_features_devil},
{IL_PNG, "png:cairo", -1, &devil_engine, &device_features_devil},
{IL_TIF, "tif:cairo", -1, &devil_engine, &device_features_devil},
{IL_TIF, "tiff:cairo", -1, &devil_engine, &device_features_devil},
{IL_TGA, "tga:cairo", -1, &devil_engine, &device_features_devil},
{0, NULL, 0, NULL, NULL}
}
#define NULL
Definition: logic.h:39

Definition at line 96 of file gvdevice_devil.c.