Go to the source code of this file.
|
int | GUI_BMP__GetData (void *p, const U8 **ppData, unsigned NumBytesReq, U32 Off) |
|
int | GUI_BMP__Init (GUI_BMP_CONTEXT *pContext, I32 *pWidth, I32 *pHeight, U16 *pBitCount, int *pNumColors, int *pCompression) |
|
int | GUI_BMP__ReadData (GUI_BMP_CONTEXT *pContext, int NumBytes, const U8 **ppData, unsigned StartOfFile) |
|
int | GUI_BMP__ReadPalette (GUI_BMP_CONTEXT *pContext, int NumColors) |
|
int GUI_BMP__GetData |
( |
void * |
p, |
|
|
const U8 ** |
ppData, |
|
|
unsigned |
NumBytesReq, |
|
|
U32 |
Off |
|
) |
| |
int GUI_BMP__Init |
( |
GUI_BMP_CONTEXT * |
pContext, |
|
|
I32 * |
pWidth, |
|
|
I32 * |
pHeight, |
|
|
U16 * |
pBitCount, |
|
|
int * |
pNumColors, |
|
|
int * |
pCompression |
|
) |
| |
int GUI_BMP__ReadData |
( |
GUI_BMP_CONTEXT * |
pContext, |
|
|
int |
NumBytes, |
|
|
const U8 ** |
ppData, |
|
|
unsigned |
StartOfFile |
|
) |
| |