ReactOS
0.4.16-dev-746-g329a414
video.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Boot Loader
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: boot/armllb/inc/video.h
5
* PURPOSE: LLB Videl Output Functions
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
VOID
10
NTAPI
11
LlbVideoClearScreen
(
12
IN
BOOLEAN
OsLoader
13
);
14
15
VOID
16
NTAPI
17
LlbVideoPutChar
(
18
IN
UCHAR
c
19
);
20
21
VOID
22
NTAPI
23
LlbVideoDrawChar
(
24
IN
UCHAR
c
,
25
IN
PUSHORT
Buffer
,
26
IN
USHORT
Color
,
27
IN
USHORT
BackColor
28
);
29
30
/* EOF */
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
LlbVideoPutChar
VOID NTAPI LlbVideoPutChar(IN UCHAR c)
Definition:
video.c:349
LlbVideoDrawChar
VOID NTAPI LlbVideoDrawChar(IN UCHAR c, IN PUSHORT Buffer, IN USHORT Color, IN USHORT BackColor)
Definition:
video.c:277
LlbVideoClearScreen
VOID NTAPI LlbVideoClearScreen(IN BOOLEAN OsLoader)
Definition:
video.c:310
Buffer
Definition:
bufpool.h:45
c
const GLubyte * c
Definition:
glext.h:8905
void
Definition:
nsiface.idl:2307
USHORT
unsigned short USHORT
Definition:
pedump.c:61
Color
Definition:
gdipluscolor.h:301
NTAPI
#define NTAPI
Definition:
typedefs.h:36
PUSHORT
uint16_t * PUSHORT
Definition:
typedefs.h:56
IN
#define IN
Definition:
typedefs.h:39
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
boot
armllb
inc
video.h
Generated on Thu Feb 13 2025 06:11:57 for ReactOS by
1.9.6