Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Format_s Struct Reference


Data Fields

char * name
int status
int counter
int(* img_recognize )(u8 *, int)
int(* img_init )(Image_t *, void(*)(void *), void *)
void(* img_clean )(Image_t *)
int(* img_render )(Image_t *, u8 *, int, int, int)
int(* img_putimage )(Image_t *, u32, Rect_t *)
void(* cleanup )(void)
u32 module
u32 mainmodule

Field Documentation

void(* Format_s::cleanup)(void)
 

Referenced by img_CleanUp, img_CleanUpImageTL, and img_RegisterFormatCodeTL.

int Format_s::counter
 

Definition at line 45 of file Image.c.

Referenced by img_CleanUpImageTL, img_InitImageByMem, and img_RegisterFormatTL.

void(* Format_s::img_clean)(Image_t *)
 

Referenced by img_CleanUpImageTL, and img_RegisterFormatCodeTL.

int(* Format_s::img_init)(Image_t *,void (*)(void *),void *)
 

Referenced by img_CleanUpImageTL, img_InitImageByMem, and img_RegisterFormatCodeTL.

int(* Format_s::img_putimage)(Image_t *,u32,Rect_t *)
 

Referenced by img_CleanUpImageTL, img_PutImageTL, and img_RegisterFormatCodeTL.

int(* Format_s::img_recognize)(u8 *,int)
 

Referenced by img_InitImageByMem, and img_RegisterFormatTL.

int(* Format_s::img_render)(Image_t *,u8 *,int,int,int)
 

Referenced by img_CleanUpImageTL, img_RegisterFormatCodeTL, img_RenderImageTiledTL, and img_RenderImageTL.

u32 Format_s::mainmodule
 

Definition at line 53 of file Image.c.

Referenced by img_CleanUp, img_CleanUpImageTL, img_RegisterFormatCodeTL, and img_RegisterFormatTL.

u32 Format_s::module
 

Definition at line 52 of file Image.c.

Referenced by img_CleanUp, and img_RegisterFormatTL.

char* Format_s::name
 

Definition at line 43 of file Image.c.

Referenced by img_CleanUp, img_InitImageByMem, img_RegisterFormatCodeTL, and img_RegisterFormatTL.

int Format_s::status
 

Definition at line 44 of file Image.c.

Referenced by img_CleanUp, img_CleanUpImageTL, img_InitImageByMem, img_RegisterFormatCodeTL, and img_RegisterFormatTL.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 7 12:13:18 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002