#include <gfxcore.h>
Collaboration diagram for Graphics:
Data Fields | |
Bitmap * | bitmap |
Font * | font |
char * | fillStyle |
int | x |
int | y |
int | color |
int | blitMode |
Definition at line 37 of file gfxcore.h.
|
Definition at line 38 of file gfxcore.h. Referenced by GFX_Circle(), GFX_FillRect(), GFX_HLine(), GFX_Init(), GFX_Line(), GFX_LineX(), GFX_Print(), and GFX_VLine(). |
|
Definition at line 43 of file gfxcore.h. Referenced by GFX_FillRect(), GFX_Init(), GFX_Print(), and GFX_SetBlitMode(). |
|
Definition at line 42 of file gfxcore.h. Referenced by GFX_Circle(), GFX_HLine(), GFX_Init(), GFX_Line(), GFX_SetColor(), and GFX_VLine(). |
|
Definition at line 40 of file gfxcore.h. Referenced by GFX_FillRect(), GFX_Init(), and GFX_SetFillStyle(). |
|
Definition at line 39 of file gfxcore.h. Referenced by GFX_Init(), GFX_Print(), GFX_SetFont(), and GFX_TextWidth(). |
|
Definition at line 41 of file gfxcore.h. Referenced by GFX_LineRel(), GFX_LineTo(), GFX_MoveRel(), GFX_MoveTo(), GFX_Print(), and GFX_PrintAt(). |
|
Definition at line 41 of file gfxcore.h. Referenced by GFX_LineRel(), GFX_LineTo(), GFX_MoveRel(), GFX_MoveTo(), GFX_Print(), and GFX_PrintAt(). |