, including all inherited members.
CGraphics(INT16 width, INT16 height) | CGraphics | [protected] |
CGraphicsMono(INT16 width, INT16 height) | CGraphicsMono | [protected] |
CGraphicsMono(void *mem_addr, INT16 width, INT16 height) | CGraphicsMono | [protected] |
ClipRect(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphics | [protected] |
CreateImage(INT16 width, INT16 height) | CImage | [static] |
CreateImage(void *mem_addr, INT16 width, INT16 height) | CImage | [static] |
CreateXBMImage(UINT8 *data, INT16 width, INT16 height) | CImage | [static] |
DrawChar(CHAR ch, INT16 x, INT16 y) | CGraphics | [protected, virtual] |
DrawImage(CImage *img, INT16 x, INT16 y, INT8 anchor) | CGraphicsMono | [protected, virtual] |
DrawLine(INT16 x1, INT16 y1, INT16 x2, INT16 y2) | CGraphics | [protected, virtual] |
DrawRectangle(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphics | [protected, virtual] |
DrawString(const CString *str, INT16 x, INT16 y, INT8 anchor) | CGraphics | [protected] |
FillRectangle(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphicsMono | [protected, virtual] |
GetBuffer() | CGraphics | [protected] |
GetBufferLength() | CGraphics | [protected] |
GetGraphics() | CImage | |
GetHeight() | CImage | |
GetPixel(INT16 x, INT16 y) | CGraphicsMono | [protected, virtual] |
GetRGB(INT32 *rgbData, INT32 length, INT32 offset, INT16 scanlength, INT16 x, INT16 y, INT16 width, INT16 height) | CImage | |
GetWidth() | CImage | |
m_buffer | CGraphics | [protected] |
m_bufferLength | CGraphics | [protected] |
m_color | CGraphics | [protected] |
m_font | CGraphics | [protected] |
m_height | CGraphics | [protected] |
m_width | CGraphics | [protected] |
m_Xmax | CGraphics | [protected] |
m_Xmin | CGraphics | [protected] |
m_xor | CGraphics | [protected] |
m_Ymax | CGraphics | [protected] |
m_Ymin | CGraphics | [protected] |
SetClip(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphics | [protected] |
SetColor(INT32 rgb) | CGraphics | [protected] |
SetFont(CFont *font) | CGraphics | [protected] |
SetPaintMode(BOOL b) | CGraphics | [protected] |
~CGraphics() (defined in CGraphics) | CGraphics | [protected] |
~CGraphicsMono() (defined in CGraphicsMono) | CGraphicsMono | [protected] |
~CImage() (defined in CImage) | CImage | |