|
synfig-core
1.0.3
|
Bitmap Target. More...
#include "trgt_bmp.h"#include <synfig/general.h>#include <cstdio>#include <algorithm>#include <functional>Namespaces | |
| namespace | synfig |
| Where every function and class of the synfig library can be found. | |
Macros | |
| #define | little_endian(x) (x) |
| #define | little_endian_short(x) (x) |
Functions | |
| SYNFIG_TARGET_INIT (bmp) | |
| SYNFIG_TARGET_SET_NAME (bmp,"bmp") | |
| SYNFIG_TARGET_SET_EXT (bmp,"bmp") | |
| SYNFIG_TARGET_SET_VERSION (bmp,"0.1") | |
| SYNFIG_TARGET_SET_CVS_ID (bmp,"$Id$") | |
Bitmap Target.
$Id$
| #define little_endian | ( | x | ) | (x) |
Referenced by bmp::start_frame().
| #define little_endian_short | ( | x | ) | (x) |
Referenced by bmp::start_frame().
| SYNFIG_TARGET_INIT | ( | bmp | ) |
| SYNFIG_TARGET_SET_NAME | ( | bmp | , |
| "bmp" | |||
| ) |
| SYNFIG_TARGET_SET_EXT | ( | bmp | , |
| "bmp" | |||
| ) |
| SYNFIG_TARGET_SET_VERSION | ( | bmp | , |
| "0.1" | |||
| ) |
| SYNFIG_TARGET_SET_CVS_ID | ( | bmp | , |
| "$Id$" | |||
| ) |
1.8.1.2