#include <assert.h>
#include <common/render.h>
#include <common/utils.h>
#include <stdbool.h>
#include <stddef.h>
#include <gvc/gvplugin_loadimage.h>
#include <librsvg/rsvg.h>
#include <librsvg/rsvg-cairo.h>
#include <cairo-svg.h>
Go to the source code of this file.
◆ format_type
◆ gvloadimage_rsvg_cairo()
◆ gvloadimage_rsvg_free()
◆ gvloadimage_rsvg_load()
Definition at line 35 of file gvloadimage_rsvg.c.
References usershape_s::data, usershape_s::datafree, err, FT_SVG, gvloadimage_rsvg_free(), gvusershape_file_access(), gvusershape_file_release(), usershape_s::name, NULL, POINTS_PER_INCH, safefile(), and usershape_s::type.
Referenced by gvloadimage_rsvg_cairo().
◆ engine_cairo
Initial value:= {
}
static void gvloadimage_rsvg_cairo(GVJ_t *job, usershape_t *us, boxf b, bool filled)
Definition at line 121 of file gvloadimage_rsvg.c.
◆ gvloadimage_rsvg_types
Initial value:= {
}
static gvloadimage_engine_t engine_cairo
Definition at line 125 of file gvloadimage_rsvg.c.