|
synfig-core
1.0.3
|
Implementation of the "Stretch" layer. More...
#include "stretch.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>Functions | |
| SYNFIG_LAYER_INIT (Layer_Stretch) | |
| SYNFIG_LAYER_SET_NAME (Layer_Stretch,"stretch") | |
| SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Stretch, N_("Stretch")) | |
| SYNFIG_LAYER_SET_CATEGORY (Layer_Stretch, N_("Distortions")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_Stretch,"0.1") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_Stretch,"$Id$") | |
Implementation of the "Stretch" layer.
$Id$
| SYNFIG_LAYER_INIT | ( | Layer_Stretch | ) |
| SYNFIG_LAYER_SET_NAME | ( | Layer_Stretch | , |
| "stretch" | |||
| ) |
| SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_Stretch | , |
| N_("Stretch") | |||
| ) |
| SYNFIG_LAYER_SET_CATEGORY | ( | Layer_Stretch | , |
| N_("Distortions") | |||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_Stretch | , |
| "0.1" | |||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_Stretch | , |
| "$Id$" | |||
| ) |
1.8.1.2