#include "gbrush.h"
Go to the source code of this file.
Classes | |
class | OSRRFontInfo |
class | EORCacheClass |
class | OSRenderRegion |
Encapsulates rendering using the OS. (GDI, RiscOS, etc). This object is created when something needs rendering using the OS calls instead of Gavins routines. This will be ALL THE TIME for the moment. See RenderRegion notes for more general details of this class. More... | |
class | PaperRenderRegion |
Provide a fast way of rendering paper. One of these regions is used to render paper on screen, to avoid any lag we might get from using a bitmap type render region (e.g. GRenderRegion). More... | |
Defines | |
#define | SIZEOF_POLYLINE_BUFFER 8192 |
#define | NORMALPATH(pp) pp->GetCoordArray(), pp->GetVerbArray(), pp->GetNumCoords() |
|
Definition at line 351 of file osrndrgn.h. |
|
Definition at line 162 of file osrndrgn.h. |