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

bmp Target Module More...

#include "mptr_bmp.h"
#include <synfig/general.h>
#include <synfig/surface.h>
#include <algorithm>
#include <functional>

Namespaces

namespace  synfig
 Where every function and class of the synfig library can be found.
namespace  synfig::BITMAP

Macros

#define little_endian(x)   (x)
#define little_endian_short(x)   (x)

Typedefs

typedef unsigned char synfig::BITMAP::uint8_t
typedef unsigned short int synfig::BITMAP::uint16_t
typedef int synfig::BITMAP::int32_t
typedef unsigned int synfig::BITMAP::uint32_t

Functions

 SYNFIG_IMPORTER_INIT (bmp_mptr)
 SYNFIG_IMPORTER_SET_NAME (bmp_mptr,"bmp")
 SYNFIG_IMPORTER_SET_EXT (bmp_mptr,"bmp")
 SYNFIG_IMPORTER_SET_VERSION (bmp_mptr,"0.1")
 SYNFIG_IMPORTER_SET_CVS_ID (bmp_mptr,"$Id$")
 SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER (bmp_mptr, true)

Detailed Description

bmp Target Module

$Id$

=== N O T E S ===========================================================


Macro Definition Documentation

#define little_endian (   x)    (x)

Referenced by bmp_mptr::get_frame().

#define little_endian_short (   x)    (x)

Referenced by bmp_mptr::get_frame().

Function Documentation

SYNFIG_IMPORTER_INIT ( bmp_mptr  )
SYNFIG_IMPORTER_SET_NAME ( bmp_mptr  ,
"bmp"   
)
SYNFIG_IMPORTER_SET_EXT ( bmp_mptr  ,
"bmp"   
)
SYNFIG_IMPORTER_SET_VERSION ( bmp_mptr  ,
"0.1"   
)
SYNFIG_IMPORTER_SET_CVS_ID ( bmp_mptr  ,
"$Id$"   
)
SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER ( bmp_mptr  ,
true   
)