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

Go to the source code of this file.
Defines | |
| #define | ALPHA_OPAQUE 255 |
| #define | FRAC_BITS 5 |
| #define | FRAC (1 << FRAC_BITS) |
| #define | NB_SEGMENT_MAX (2048*4) |
| #define | SEGFRAC 8 |
Enumerations | |
| enum | FillType { f_Solid = 0x00, f_LinearGradient = 0x10, f_RadialGradient = 0x12, f_TiledBitmap = 0x40, f_clippedBitmap = 0x41, f_None = 0x80 } |
|
|
|
|
|
Definition at line 84 of file graphic.h. Referenced by GraphicDevice::allocSeg(), and GraphicDevice::GraphicDevice(). |
|
|
Definition at line 85 of file graphic.h. Referenced by GraphicDevice::addSegment(), GraphicDevice::drawPolygon(), and GraphicDevice::renderScanLine(). |
|
|
|
1.4.2