corona
1.0.2
|
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 |
FileFormatDesc * | g_read_array [MAX_FORMAT_COUNT+1] = {0} |
FileFormatDesc * | g_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 Image * | image |
int | coordinate_axis |
bool | writeable |
int | size |
PRIVATE API - for internal use only.
corona::hidden::COR_EXPORT | ( | Image * | ) |
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 | ( | Image * | ) |
corona::hidden::COR_FUNCTION | ( | bool | ) | const |
corona::hidden::COR_FUNCTION | ( | File * | ) | const |
corona::hidden::COR_FUNCTION | ( | int | ) |
corona::hidden::COR_EXPORT | ( | File * | ) | const |
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") |
const int corona::hidden::MAX_FORMAT_COUNT = 64 |
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.
int PixelFormat void* corona::hidden::pixels |