synfig-core
1.0.3
|
Implementation of the "Radial Blur" layer. More...
#include "radialblur.h"
#include <synfig/string.h>
#include <synfig/time.h>
#include <synfig/context.h>
#include <synfig/paramdesc.h>
#include <synfig/renddesc.h>
#include <synfig/surface.h>
#include <synfig/value.h>
#include <synfig/valuenode.h>
#include <synfig/transform.h>
#include <ETL/misc>
#include <synfig/cairo_renddesc.h>
Macros | |
#define | TMP_SURFACE(j, i) (((CairoColorAccumulator)((cbackground)[j][i]))) |
Functions | |
SYNFIG_LAYER_INIT (RadialBlur) | |
SYNFIG_LAYER_SET_NAME (RadialBlur,"radial_blur") | |
SYNFIG_LAYER_SET_LOCAL_NAME (RadialBlur, N_("Radial Blur")) | |
SYNFIG_LAYER_SET_CATEGORY (RadialBlur, N_("Blurs")) | |
SYNFIG_LAYER_SET_VERSION (RadialBlur,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (RadialBlur,"$Id$") |
Implementation of the "Radial Blur" layer.
$Id$
=== N O T E S ===========================================================
#define TMP_SURFACE | ( | j, | |
i | |||
) | (((CairoColorAccumulator)((cbackground)[j][i]))) |
Referenced by RadialBlur::accelerated_cairorender().
SYNFIG_LAYER_INIT | ( | RadialBlur | ) |
SYNFIG_LAYER_SET_NAME | ( | RadialBlur | , |
"radial_blur" | |||
) |
SYNFIG_LAYER_SET_LOCAL_NAME | ( | RadialBlur | , |
N_("Radial Blur") | |||
) |
SYNFIG_LAYER_SET_CATEGORY | ( | RadialBlur | , |
N_("Blurs") | |||
) |
SYNFIG_LAYER_SET_VERSION | ( | RadialBlur | , |
"0.1" | |||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | RadialBlur | , |
"$Id$" | |||
) |