Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
render_defines.h File Reference

(ada9ddbf8c604585ac344b72f7bb63ac27c84726)

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FXDC_PIXEL_WIDTH   2
 
#define FXDC_PIXEL_HEIGHT   3
 
#define FXDC_BITS_PIXEL   4
 
#define FXDC_HORZ_SIZE   5
 
#define FXDC_VERT_SIZE   6
 
#define FXDC_RENDER_CAPS   7
 
#define FXRC_GET_BITS   0x01
 
#define FXRC_BIT_MASK   0x02
 
#define FXRC_ALPHA_PATH   0x10
 
#define FXRC_ALPHA_IMAGE   0x20
 
#define FXRC_ALPHA_OUTPUT   0x40
 
#define FXRC_BLEND_MODE   0x80
 
#define FXRC_SOFT_CLIP   0x100
 
#define FXRC_BYTEMASK_OUTPUT   0x800
 
#define FXRC_FILLSTROKE_PATH   0x2000
 
#define FXRC_SHADING   0x4000
 

Macro Definition Documentation

◆ FXDC_BITS_PIXEL

#define FXDC_BITS_PIXEL   4

Definition at line 12 of file render_defines.h.

◆ FXDC_HORZ_SIZE

#define FXDC_HORZ_SIZE   5

Definition at line 13 of file render_defines.h.

◆ FXDC_PIXEL_HEIGHT

#define FXDC_PIXEL_HEIGHT   3

Definition at line 11 of file render_defines.h.

◆ FXDC_PIXEL_WIDTH

#define FXDC_PIXEL_WIDTH   2

Definition at line 10 of file render_defines.h.

◆ FXDC_RENDER_CAPS

#define FXDC_RENDER_CAPS   7

Definition at line 15 of file render_defines.h.

◆ FXDC_VERT_SIZE

#define FXDC_VERT_SIZE   6

Definition at line 14 of file render_defines.h.

◆ FXRC_ALPHA_IMAGE

#define FXRC_ALPHA_IMAGE   0x20

Definition at line 20 of file render_defines.h.

◆ FXRC_ALPHA_OUTPUT

#define FXRC_ALPHA_OUTPUT   0x40

Definition at line 21 of file render_defines.h.

◆ FXRC_ALPHA_PATH

#define FXRC_ALPHA_PATH   0x10

Definition at line 19 of file render_defines.h.

◆ FXRC_BIT_MASK

#define FXRC_BIT_MASK   0x02

Definition at line 18 of file render_defines.h.

◆ FXRC_BLEND_MODE

#define FXRC_BLEND_MODE   0x80

Definition at line 22 of file render_defines.h.

◆ FXRC_BYTEMASK_OUTPUT

#define FXRC_BYTEMASK_OUTPUT   0x800

Definition at line 24 of file render_defines.h.

◆ FXRC_FILLSTROKE_PATH

#define FXRC_FILLSTROKE_PATH   0x2000

Definition at line 25 of file render_defines.h.

◆ FXRC_GET_BITS

#define FXRC_GET_BITS   0x01

Definition at line 17 of file render_defines.h.

◆ FXRC_SHADING

#define FXRC_SHADING   0x4000

Definition at line 26 of file render_defines.h.

◆ FXRC_SOFT_CLIP

#define FXRC_SOFT_CLIP   0x100

Definition at line 23 of file render_defines.h.