synfig-core  1.0.3
Macros | Functions
modules/mod_filter/blur.cpp File Reference

Implementation of the "Blur" layer. More...

#include "blur.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/segment.h>
#include <synfig/cairo_renddesc.h>
#include <cstring>
#include <ETL/pen>

Macros

#define GAUSSIAN_ADJUSTMENT   (0.05)
#define GAUSSIAN_ADJUSTMENT   (0.05)

Functions

 SYNFIG_LAYER_INIT (Blur_Layer)
 SYNFIG_LAYER_SET_NAME (Blur_Layer,"blur")
 SYNFIG_LAYER_SET_LOCAL_NAME (Blur_Layer, N_("Blur"))
 SYNFIG_LAYER_SET_CATEGORY (Blur_Layer, N_("Blurs"))
 SYNFIG_LAYER_SET_VERSION (Blur_Layer,"0.2")
 SYNFIG_LAYER_SET_CVS_ID (Blur_Layer,"$Id$")
void clamp (synfig::Vector &v)

Detailed Description

Implementation of the "Blur" layer.

$Id$

Macro Definition Documentation

#define GAUSSIAN_ADJUSTMENT   (0.05)
#define GAUSSIAN_ADJUSTMENT   (0.05)

Function Documentation

SYNFIG_LAYER_INIT ( Blur_Layer  )
SYNFIG_LAYER_SET_NAME ( Blur_Layer  ,
"blur"   
)
SYNFIG_LAYER_SET_LOCAL_NAME ( Blur_Layer  ,
N_("Blur")   
)
SYNFIG_LAYER_SET_CATEGORY ( Blur_Layer  ,
N_("Blurs")   
)
SYNFIG_LAYER_SET_VERSION ( Blur_Layer  ,
"0.2"   
)
SYNFIG_LAYER_SET_CVS_ID ( Blur_Layer  ,
"$Id$"   
)
void clamp ( synfig::Vector v)
inline