Definition in file sp-fecolormatrix.cpp.
#include <string.h>
#include "attributes.h"
#include "svg/svg.h"
#include "sp-fecolormatrix.h"
#include "xml/repr.h"
#include "helper-fns.h"
#include "display/nr-filter-colormatrix.h"
Go to the source code of this file.
Functions | |
static void | sp_feColorMatrix_build (SPObject *object, SPDocument *document, Inkscape::XML::Node *repr) |
static void | sp_feColorMatrix_build_renderer (SPFilterPrimitive *primitive, NR::Filter *filter) |
static void | sp_feColorMatrix_class_init (SPFeColorMatrixClass *klass) |
GType | sp_feColorMatrix_get_type () |
static void | sp_feColorMatrix_init (SPFeColorMatrix *feColorMatrix) |
static NR::FilterColorMatrixType | sp_feColorMatrix_read_type (gchar const *value) |
static void | sp_feColorMatrix_release (SPObject *object) |
static void | sp_feColorMatrix_set (SPObject *object, unsigned int key, gchar const *value) |
static void | sp_feColorMatrix_update (SPObject *object, SPCtx *ctx, guint flags) |
static Inkscape::XML::Node * | sp_feColorMatrix_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) |
Variables | |
static SPFilterPrimitiveClass * | feColorMatrix_parent_class |