|
XenevaOS
|
#include <stdint.h>#include <stdio.h>#include <_xeneva.h>#include <sys\_keproc.h>#include <string.h>#include <sys\_heap.h>#include <sys\mman.h>#include <sys\_kefile.h>#include <stdlib.h>#include <sys\iocodes.h>
Classes | |
| struct | _bmp_ |
| struct | _info_ |
Typedefs | |
| typedef struct _bmp_ | BMP |
| typedef struct _info_ | BMPInfo |
Functions | |
| void | _fb_draw_pixel (int x, int y, uint32_t color) |
| void | _draw_bitmap_ (int x, int y, int w, int h, uint8_t *imageData) |
| void | _fill_screen (unsigned x, unsigned y, unsigned w, unsigned h, uint32_t col) |
| void | SplashScreenShow () |
| void _draw_bitmap_ | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| uint8_t * | imageData | ||
| ) |
| void _fb_draw_pixel | ( | int | x, |
| int | y, | ||
| uint32_t | color | ||
| ) |
| void _fill_screen | ( | unsigned | x, |
| unsigned | y, | ||
| unsigned | w, | ||
| unsigned | h, | ||
| uint32_t | col | ||
| ) |
| void SplashScreenShow | ( | ) |