synfig-core  1.0.3
Namespaces | Macros | Functions
trgt_bmp.cpp File Reference

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$")

Detailed Description

Bitmap Target.

$Id$

Macro Definition Documentation

#define little_endian (   x)    (x)

Referenced by bmp::start_frame().

#define little_endian_short (   x)    (x)

Referenced by bmp::start_frame().

Function Documentation

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$"   
)