, including all inherited members.
beginDoubleBuffering() | GR_Painter | |
clearArea(UT_sint32 x, UT_sint32 y, UT_sint32 w, UT_sint32 h) | GR_Painter | |
drawChars(const UT_UCSChar *pChars, int iCharOffset, int iLength, UT_sint32 xoff, UT_sint32 yoff, int *pCharWidths=NULL) | GR_Painter | |
drawCharsRelativeToBaseline(const UT_UCSChar *pChars, int iCharOffset, int iLength, UT_sint32 xoff, UT_sint32 yoff, int *pCharWidths=NULL) | GR_Painter | |
drawGlyph(UT_uint32 glyph_idx, UT_sint32 xoff, UT_sint32 yoff) | GR_Painter | |
drawImage(GR_Image *pImg, UT_sint32 xDest, UT_sint32 yDest) | GR_Painter | |
drawLine(UT_sint32 x1, UT_sint32 y1, UT_sint32 x2, UT_sint32 y2) | GR_Painter | |
endDoubleBuffering() | GR_Painter | |
fillRect(const UT_RGBColor &c, UT_sint32 x, UT_sint32 y, UT_sint32 w, UT_sint32 h) | GR_Painter | |
fillRect(GR_Image *pImg, const UT_Rect &src, const UT_Rect &dest) | GR_Painter | |
fillRect(const UT_RGBColor &c, const UT_Rect &r) | GR_Painter | |
fillRect(GR_Graphics::GR_Color3D c, UT_sint32 x, UT_sint32 y, UT_sint32 w, UT_sint32 h) | GR_Painter | |
fillRect(GR_Graphics::GR_Color3D c, const UT_Rect &r) | GR_Painter | |
genImageFromRectangle(const UT_Rect &r) | GR_Painter | |
GR_Painter(GR_Graphics *pGr, bool bDisableCarets=true) | GR_Painter | |
GR_Painter() | GR_Painter | [private] |
GR_Painter(const GR_Painter &rhs) | GR_Painter | [private] |
invertRect(const UT_Rect *pRect) | GR_Painter | |
m_bCaretsDisabled | GR_Painter | [private] |
m_bDoubleBufferingToken | GR_Painter | [private] |
m_bSuspendDrawingToken | GR_Painter | [private] |
m_pGr | GR_Painter | [private] |
operator=(const GR_Painter &rhs) | GR_Painter | [private] |
polygon(const UT_RGBColor &c, const UT_Point *pts, UT_uint32 nPoints) | GR_Painter | |
polyLine(const UT_Point *pts, UT_uint32 nPoints) | GR_Painter | |
renderChars(GR_RenderInfo &ri) | GR_Painter | |
resumeDrawing() | GR_Painter | |
suspendDrawing() | GR_Painter | |
xorLine(UT_sint32 x1, UT_sint32 y1, UT_sint32 x2, UT_sint32 y2) | GR_Painter | |
xorRect(UT_sint32 x, UT_sint32 y, UT_sint32 w, UT_sint32 h) | GR_Painter | |
xorRect(const UT_Rect &r) | GR_Painter | |
~GR_Painter() | GR_Painter | |