corona  1.0.2
Classes | Functions | Variables
corona::hidden Namespace Reference

PRIVATE API - for internal use only. More...

Classes

class  FFDImpl

Functions

 COR_EXPORT (Image *) CorConvertImage(Image *image
 COR_EXPORT (const char *) CorGetVersion()
 COR_EXPORT (FileFormatDesc **) CorGetSupportedReadFormats()
 COR_FUNCTION (const char *) CorGetVersion()
 COR_FUNCTION (FileFormatDesc **) CorGetSupportedReadFormats()
 COR_FUNCTION (Image *) CorCreateImage(int width
 COR_FUNCTION (bool) CorSaveImage(const char *filename
 COR_FUNCTION (File *) CorOpenFile(const char *name
 COR_FUNCTION (int) CorGetPixelSize(PixelFormat format)
 COR_EXPORT (File *) CorOpenFile(const char *filename

Variables

FFDImpl ffPNG (FF_PNG,"PNG Files","png\0")
FFDImpl ffJPEG (FF_JPEG,"JPEG Files","jpeg\0jpg\0")
FFDImpl ffPCX (FF_PCX,"PCX Files","pcx\0")
FFDImpl ffBMP (FF_BMP,"BMP Files","bmp\0")
FFDImpl ffTGA (FF_TGA,"TGA Files","tga\0")
FFDImpl ffGIF (FF_GIF,"GIF Files","gif\0")
const int MAX_FORMAT_COUNT = 64
FileFormatDesc ** g_read_formats = 0
FileFormatDesc ** g_write_formats = 0
FileFormatDescg_read_array [MAX_FORMAT_COUNT+1] = {0}
FileFormatDescg_write_array [MAX_FORMAT_COUNT+1] = {0}
int height
int PixelFormat format
int PixelFormat void * pixels
int PixelFormat int palette_size
int PixelFormat int PixelFormat palette_format
FileFormat file_format
FileFormat Imageimage
int coordinate_axis
bool writeable
int size

Detailed Description

PRIVATE API - for internal use only.


Function Documentation

corona::hidden::COR_EXPORT ( const char *  )

Definition at line 23 of file Corona.cpp.

corona::hidden::COR_EXPORT ( FileFormatDesc **  )

Definition at line 67 of file Corona.cpp.

corona::hidden::COR_FUNCTION ( const char *  )
corona::hidden::COR_FUNCTION ( FileFormatDesc **  )
corona::hidden::COR_FUNCTION ( bool  ) const
corona::hidden::COR_FUNCTION ( File *  ) const
corona::hidden::COR_EXPORT ( File *  ) const

Variable Documentation

FFDImpl corona::hidden::ffPNG(FF_PNG,"PNG Files","png\0")
FFDImpl corona::hidden::ffJPEG(FF_JPEG,"JPEG Files","jpeg\0jpg\0")
FFDImpl corona::hidden::ffPCX(FF_PCX,"PCX Files","pcx\0")
FFDImpl corona::hidden::ffBMP(FF_BMP,"BMP Files","bmp\0")
FFDImpl corona::hidden::ffTGA(FF_TGA,"TGA Files","tga\0")
FFDImpl corona::hidden::ffGIF(FF_GIF,"GIF Files","gif\0")

Definition at line 60 of file Corona.cpp.

Definition at line 61 of file Corona.cpp.

Definition at line 62 of file Corona.cpp.

Definition at line 63 of file Corona.cpp.

Definition at line 64 of file Corona.cpp.

Definition at line 105 of file Corona.cpp.

Definition at line 317 of file corona.h.

Definition at line 322 of file corona.h.

Definition at line 328 of file corona.h.

Definition at line 328 of file corona.h.

Definition at line 341 of file corona.h.

Definition at line 351 of file corona.h.

Definition at line 371 of file corona.h.

Definition at line 375 of file corona.h.

Definition at line 376 of file corona.h.