drawBezier(IN const bezier::curve_t &curve)=0 | vgfx::Drawer | [pure virtual] |
drawLine(IN const point_t &p0, IN const point_t &p1)=0 | vgfx::Drawer | [pure virtual] |
drawQuadBezier(IN const bezier::quad_bezier_t &qb)=0 | vgfx::Drawer | [pure virtual] |
drawRect(IN const rect_t &r)=0 | vgfx::Drawer | [pure virtual] |
drawText(IN const rect_t &r, IN const char *text)=0 | vgfx::Drawer | [pure virtual] |
endPath(void)=0 | vgfx::Drawer | [pure virtual] |
fillRect(IN const rect_t &r)=0 | vgfx::Drawer | [pure virtual] |
getBoundingRect(IN const char *text, OUT rect_t &r)=0 | vgfx::Drawer | [pure virtual] |
getRootTransform(OUT xform_2d_t &T)=0 | vgfx::Drawer | [pure virtual] |
isPrinter(void) const =0 | vgfx::Drawer | [pure virtual] |
popBrush(IN dword_t key)=0 | vgfx::Drawer | [pure virtual] |
pushBrush(IN dword_t key)=0 | vgfx::Drawer | [pure virtual] |
refreshBrush(void)=0 | vgfx::Drawer | [pure virtual] |
setBrushAttribute(IN eBrushAttribute attribute, IN const char *value)=0 | vgfx::Drawer | [pure virtual] |
setClipRect(IN float left, IN float top, IN float right, IN float bottom)=0 | vgfx::Drawer | [pure virtual] |
setTransform(IN const xform_2d_t &T)=0 | vgfx::Drawer | [pure virtual] |
~Drawer(void) | vgfx::Drawer | [virtual] |