Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Bitmap_s Struct Reference


Data Fields

int width
int height
int size
int bytewidth
u8data
int locked

Field Documentation

int Bitmap_s::bytewidth
 

Definition at line 47 of file Bitmap.c.

Referenced by bitmap_CopyTL, bitmap_CreateTL, bitmap_ObtainVectorTL, and bitmap_Print.

u8* Bitmap_s::data
 

Definition at line 48 of file Bitmap.c.

Referenced by bitmap_CopyTL, bitmap_CreateTL, bitmap_DeleteTL, bitmap_FillTL, bitmap_ObtainVectorTL, and bitmap_Print.

int Bitmap_s::height
 

Definition at line 45 of file Bitmap.c.

Referenced by bitmap_CopyTL, bitmap_CreateTL, bitmap_ObtainVectorTL, and bitmap_Print.

int Bitmap_s::locked
 

Definition at line 49 of file Bitmap.c.

Referenced by bitmap_CreateTL, bitmap_DeleteTL, bitmap_ObtainVectorTL, and bitmap_ReleaseVectorTL.

int Bitmap_s::size
 

Definition at line 46 of file Bitmap.c.

Referenced by bitmap_CreateTL, and bitmap_FillTL.

int Bitmap_s::width
 

Definition at line 44 of file Bitmap.c.

Referenced by bitmap_CopyTL, bitmap_CreateTL, bitmap_ObtainVectorTL, and bitmap_Print.


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