ReactOS 0.4.15-dev-7958-gcd0bb1a
display.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SCREEN_WIDTH   640
 
#define SCREEN_HEIGHT   480
 
#define BV_COLOR_BLACK   0
 
#define BV_COLOR_RED   1
 
#define BV_COLOR_GREEN   2
 
#define BV_COLOR_BROWN   3
 
#define BV_COLOR_BLUE   4
 
#define BV_COLOR_MAGENTA   5
 
#define BV_COLOR_CYAN   6
 
#define BV_COLOR_DARK_GRAY   7
 
#define BV_COLOR_LIGHT_GRAY   8
 
#define BV_COLOR_LIGHT_RED   9
 
#define BV_COLOR_LIGHT_GREEN   10
 
#define BV_COLOR_YELLOW   11
 
#define BV_COLOR_LIGHT_BLUE   12
 
#define BV_COLOR_LIGHT_MAGENTA   13
 
#define BV_COLOR_LIGHT_CYAN   14
 
#define BV_COLOR_WHITE   15
 
#define BV_COLOR_NONE   16
 
#define BV_MAX_COLORS   16
 

Macro Definition Documentation

◆ BV_COLOR_BLACK

#define BV_COLOR_BLACK   0

Definition at line 15 of file display.h.

◆ BV_COLOR_BLUE

#define BV_COLOR_BLUE   4

Definition at line 19 of file display.h.

◆ BV_COLOR_BROWN

#define BV_COLOR_BROWN   3

Definition at line 18 of file display.h.

◆ BV_COLOR_CYAN

#define BV_COLOR_CYAN   6

Definition at line 21 of file display.h.

◆ BV_COLOR_DARK_GRAY

#define BV_COLOR_DARK_GRAY   7

Definition at line 22 of file display.h.

◆ BV_COLOR_GREEN

#define BV_COLOR_GREEN   2

Definition at line 17 of file display.h.

◆ BV_COLOR_LIGHT_BLUE

#define BV_COLOR_LIGHT_BLUE   12

Definition at line 27 of file display.h.

◆ BV_COLOR_LIGHT_CYAN

#define BV_COLOR_LIGHT_CYAN   14

Definition at line 29 of file display.h.

◆ BV_COLOR_LIGHT_GRAY

#define BV_COLOR_LIGHT_GRAY   8

Definition at line 23 of file display.h.

◆ BV_COLOR_LIGHT_GREEN

#define BV_COLOR_LIGHT_GREEN   10

Definition at line 25 of file display.h.

◆ BV_COLOR_LIGHT_MAGENTA

#define BV_COLOR_LIGHT_MAGENTA   13

Definition at line 28 of file display.h.

◆ BV_COLOR_LIGHT_RED

#define BV_COLOR_LIGHT_RED   9

Definition at line 24 of file display.h.

◆ BV_COLOR_MAGENTA

#define BV_COLOR_MAGENTA   5

Definition at line 20 of file display.h.

◆ BV_COLOR_NONE

#define BV_COLOR_NONE   16

Definition at line 31 of file display.h.

◆ BV_COLOR_RED

#define BV_COLOR_RED   1

Definition at line 16 of file display.h.

◆ BV_COLOR_WHITE

#define BV_COLOR_WHITE   15

Definition at line 30 of file display.h.

◆ BV_COLOR_YELLOW

#define BV_COLOR_YELLOW   11

Definition at line 26 of file display.h.

◆ BV_MAX_COLORS

#define BV_MAX_COLORS   16

Definition at line 32 of file display.h.

◆ SCREEN_HEIGHT

#define SCREEN_HEIGHT   480

Definition at line 12 of file display.h.

◆ SCREEN_WIDTH

#define SCREEN_WIDTH   640

Definition at line 11 of file display.h.