, including all inherited members.
_beginDraw() | OpenGLGraphics | |
_endDraw() | OpenGLGraphics | |
drawImage(Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, bool useColor) | OpenGLGraphics | [virtual] |
Graphics::drawImage(Image *image, int x, int y) | Graphics | |
Graphics::drawImage(gcn::Image const *image, int srcX, int srcY, int dstX, int dstY, int width, int height) | Graphics | |
drawImagePattern(Image *image, int x, int y, int w, int h) | OpenGLGraphics | [virtual] |
drawImageRect(int x, int y, int w, int h, Image *topLeft, Image *topRight, Image *bottomLeft, Image *bottomRight, Image *top, Image *right, Image *bottom, Image *left, Image *center) | Graphics | |
drawImageRect(int x, int y, int w, int h, const ImageRect &imgRect) | Graphics | |
drawLine(int x1, int y1, int x2, int y2) | OpenGLGraphics | |
drawPoint(int x, int y) | OpenGLGraphics | |
drawRectangle(const gcn::Rectangle &rect, bool filled) | OpenGLGraphics | |
drawRectangle(const gcn::Rectangle &rect) | OpenGLGraphics | |
fillRectangle(const gcn::Rectangle &rect) | OpenGLGraphics | |
getHeight() const | Graphics | |
getScreenshot() | OpenGLGraphics | [virtual] |
getSync() const | OpenGLGraphics | [inline] |
getWidth() const | Graphics | |
Graphics() | Graphics | |
mAlpha | OpenGLGraphics | [private] |
mColorAlpha | OpenGLGraphics | [private] |
mFullscreen | Graphics | [protected] |
mHWAccel | Graphics | [protected] |
mScreen | Graphics | [protected] |
mSync | OpenGLGraphics | [private] |
mTexture | OpenGLGraphics | [private] |
OpenGLGraphics() | OpenGLGraphics | |
popClipArea() | OpenGLGraphics | |
pushClipArea(gcn::Rectangle area) | OpenGLGraphics | |
setColor(const gcn::Color &color) | OpenGLGraphics | |
setFullscreen(bool fs) | Graphics | |
setSync(bool sync) | OpenGLGraphics | |
setTargetPlane(int width, int height) | OpenGLGraphics | |
setTexturingAndBlending(bool enable) | OpenGLGraphics | [protected] |
setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel) | OpenGLGraphics | [virtual] |
updateScreen() | OpenGLGraphics | [virtual] |
~Graphics() | Graphics | [virtual] |
~OpenGLGraphics() | OpenGLGraphics | |