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

Go to the source code of this file.

Classes

struct  _BRUSHINST
 

Macros

#define BRI_SOLID   0
 
#define BRI_HOLLOW   1
 
#define BRI_HATCHED   2
 
#define BRI_PATTERN   3
 
#define BRI_MONO_PATTERN   4
 
#define BRI_COLOR_PATTERN   5
 
#define C0_BIT   0x01
 
#define C1_BIT   0x02
 
#define C2_BIT   0x04
 
#define C3_BIT   0x08
 
#define COLOR_BITS   0x0f
 
#define MONO_BIT   0x10
 
#define ONES_OR_ZEROS   0x20
 
#define GREY_SCALE   0x40
 
#define SOLID_BRUSH   0x80
 
#define PTRI_INVERT   0x0001
 
#define PTRI_ANIMATE   0x0002
 

Typedefs

typedef struct _BRUSHINST BRUSHINST
 

Macro Definition Documentation

◆ BRI_COLOR_PATTERN

#define BRI_COLOR_PATTERN   5

Definition at line 28 of file brush.h.

◆ BRI_HATCHED

#define BRI_HATCHED   2

Definition at line 25 of file brush.h.

◆ BRI_HOLLOW

#define BRI_HOLLOW   1

Definition at line 24 of file brush.h.

◆ BRI_MONO_PATTERN

#define BRI_MONO_PATTERN   4

Definition at line 27 of file brush.h.

◆ BRI_PATTERN

#define BRI_PATTERN   3

Definition at line 26 of file brush.h.

◆ BRI_SOLID

#define BRI_SOLID   0

Definition at line 23 of file brush.h.

◆ C0_BIT

#define C0_BIT   0x01

Definition at line 47 of file brush.h.

◆ C1_BIT

#define C1_BIT   0x02

Definition at line 48 of file brush.h.

◆ C2_BIT

#define C2_BIT   0x04

Definition at line 49 of file brush.h.

◆ C3_BIT

#define C3_BIT   0x08

Definition at line 50 of file brush.h.

◆ COLOR_BITS

#define COLOR_BITS   0x0f

Definition at line 51 of file brush.h.

◆ GREY_SCALE

#define GREY_SCALE   0x40

Definition at line 54 of file brush.h.

◆ MONO_BIT

#define MONO_BIT   0x10

Definition at line 52 of file brush.h.

◆ ONES_OR_ZEROS

#define ONES_OR_ZEROS   0x20

Definition at line 53 of file brush.h.

◆ PTRI_ANIMATE

#define PTRI_ANIMATE   0x0002

Definition at line 58 of file brush.h.

◆ PTRI_INVERT

#define PTRI_INVERT   0x0001

Definition at line 57 of file brush.h.

◆ SOLID_BRUSH

#define SOLID_BRUSH   0x80

Definition at line 55 of file brush.h.

Typedef Documentation

◆ BRUSHINST