synfig-core
1.0.3
|
Implementation of the "Shade" layer. More...
#include "shade.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 | SCALE_FACTOR (64.0) |
#define | SCALE_FACTOR (64.0) |
#define | GAUSSIAN_ADJUSTMENT (0.05) |
Functions | |
SYNFIG_LAYER_INIT (Layer_Shade) | |
SYNFIG_LAYER_SET_NAME (Layer_Shade,"shade") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Shade, N_("Shade")) | |
SYNFIG_LAYER_SET_CATEGORY (Layer_Shade, N_("Stylize")) | |
SYNFIG_LAYER_SET_VERSION (Layer_Shade,"0.2") | |
SYNFIG_LAYER_SET_CVS_ID (Layer_Shade,"$Id$") | |
void | clamp (synfig::Vector &v) |
Implementation of the "Shade" layer.
$Id$
#define GAUSSIAN_ADJUSTMENT (0.05) |
#define SCALE_FACTOR (64.0) |
Referenced by Layer_Shade::accelerated_cairorender(), and Layer_Shade::accelerated_render().
#define SCALE_FACTOR (64.0) |
#define GAUSSIAN_ADJUSTMENT (0.05) |
SYNFIG_LAYER_INIT | ( | Layer_Shade | ) |
SYNFIG_LAYER_SET_NAME | ( | Layer_Shade | , |
"shade" | |||
) |
SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_Shade | , |
N_("Shade") | |||
) |
SYNFIG_LAYER_SET_CATEGORY | ( | Layer_Shade | , |
N_("Stylize") | |||
) |
SYNFIG_LAYER_SET_VERSION | ( | Layer_Shade | , |
"0.2" | |||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Layer_Shade | , |
"$Id$" | |||
) |
|
inline |