Graphviz 13.0.0~dev.20241220.2304
|
#include "config.h"
#include <common/const.h>
#include <gvc/gvplugin_loadimage.h>
#include <gvc/gvcint.h>
#include <gvc/gvcproc.h>
#include <cgraph/cgraph.h>
#include <stdbool.h>
#include <stddef.h>
#include <util/agxbuf.h>
Go to the source code of this file.
Functions | |
static int | gvloadimage_select (GVJ_t *job, char *str) |
void | gvloadimage (GVJ_t *job, usershape_t *us, boxf b, bool filled, const char *target) |
void gvloadimage | ( | GVJ_t * | job, |
usershape_t * | us, | ||
boxf | b, | ||
bool | filled, | ||
const char * | target | ||
) |
Definition at line 44 of file gvloadimage.c.
References agwarningf(), agxbfree(), agxbprint(), agxbuse(), gvplugin_active_loadimage_t::engine, gvloadimage_select(), GVJ_s::loadimage, gvloadimage_engine_s::loadimage, usershape_s::name, NO_SUPPORT, usershape_s::stringtype, and type.
Referenced by gvrender_usershape().
|
static |
Definition at line 29 of file gvloadimage.c.
References gvplugin_active_loadimage_t::engine, gvplugin_installed_t::engine, GVJ_s::gvc, gvplugin_load(), GVRENDER_PLUGIN, gvplugin_active_loadimage_t::id, gvplugin_installed_t::id, GVJ_s::loadimage, NO_SUPPORT, NULL, str, and gvplugin_available_s::typeptr.
Referenced by gvloadimage().