XenevaOS
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
splash.cpp File Reference
#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>
Include dependency graph for splash.cpp:

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 ()
 

Typedef Documentation

◆ BMP

typedef struct _bmp_ BMP

◆ BMPInfo

typedef struct _info_ BMPInfo

Function Documentation

◆ _draw_bitmap_()

void _draw_bitmap_ ( int  x,
int  y,
int  w,
int  h,
uint8_t imageData 
)

◆ _fb_draw_pixel()

void _fb_draw_pixel ( int  x,
int  y,
uint32_t  color 
)

◆ _fill_screen()

void _fill_screen ( unsigned  x,
unsigned  y,
unsigned  w,
unsigned  h,
uint32_t  col 
)

◆ SplashScreenShow()

void SplashScreenShow ( )