Inheritance diagram for Rasterizer:
Public Member Functions | |
Rasterizer () | |
virtual | ~Rasterizer () |
bool | BeginPath (HDC hdc) |
bool | EndPath (HDC hdc) |
bool | PartialBeginPath (HDC hdc, bool bClearPath) |
bool | PartialEndPath (HDC hdc, long dx, long dy) |
bool | ScanConvert () |
bool | CreateWidenedRegion (int border) |
void | DeleteOutlines () |
bool | Rasterize (int xsub, int ysub, bool fBlur) |
CRect | Draw (SubPicDesc &spd, CRect &clipRect, byte *pAlphaMask, int xsub, int ysub, const long *switchpts, bool fBody, bool fBorder) |
Protected Attributes | |
BYTE * | mpPathTypes |
POINT * | mpPathPoints |
int | mPathPoints |
byte * | mpOverlayBuffer |
int | mOverlayWidth |
int | mOverlayHeight |
int | mPathOffsetX |
int | mPathOffsetY |
int | mOffsetX |
int | mOffsetY |
Definition at line 31 of file Rasterizer.h.