synfig-core  1.0.3
Macros | Functions
bevel.cpp File Reference

Implementation of the "Bevel" layer. More...

#include "bevel.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>
#include <ETL/misc>

Macros

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

Functions

 SYNFIG_LAYER_INIT (Layer_Bevel)
 SYNFIG_LAYER_SET_NAME (Layer_Bevel,"bevel")
 SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Bevel, N_("Bevel"))
 SYNFIG_LAYER_SET_CATEGORY (Layer_Bevel, N_("Stylize"))
 SYNFIG_LAYER_SET_VERSION (Layer_Bevel,"0.2")
 SYNFIG_LAYER_SET_CVS_ID (Layer_Bevel,"$Id$")
void clamp (synfig::Vector &v)

Detailed Description

Implementation of the "Bevel" layer.

$Id$

Macro Definition Documentation

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

Function Documentation

SYNFIG_LAYER_INIT ( Layer_Bevel  )
SYNFIG_LAYER_SET_NAME ( Layer_Bevel  ,
"bevel"   
)
SYNFIG_LAYER_SET_LOCAL_NAME ( Layer_Bevel  ,
N_("Bevel")   
)
SYNFIG_LAYER_SET_CATEGORY ( Layer_Bevel  ,
N_("Stylize")   
)
SYNFIG_LAYER_SET_VERSION ( Layer_Bevel  ,
"0.2"   
)
SYNFIG_LAYER_SET_CVS_ID ( Layer_Bevel  ,
"$Id$"   
)
void clamp ( synfig::Vector v)
inline