Mana
Loading...
Searching...
No Matches
Graphics Member List

This is the complete list of members for Graphics, including all inherited members.

_beginDraw() overrideGraphics
_endDraw() overrideGraphics
drawImage(const Image *image, int x, int y)Graphics
drawImage(const Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, bool useColor=false)Graphicsvirtual
drawImage(const gcn::Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height) overrideGraphicsinline
drawImageF(const Image *image, float x, float y)Graphics
drawImageF(const Image *image, int srcX, int srcY, float dstX, float dstY, int width, int height, bool useColor=false)Graphicsvirtual
drawImagePattern(const Image *image, int x, int y, int w, int h)Graphicsvirtual
drawImageRect(const ImageRect &imgRect, int x, int y, int w, int h)Graphics
drawImageRect(const ImageRect &imgRect, const gcn::Rectangle &area)Graphicsinline
drawRescaledImage(const Image *image, int x, int y, int width, int height)Graphics
drawRescaledImage(const Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, int desiredWidth, int desiredHeight, bool useColor=false)=0Graphicspure virtual
drawRescaledImageF(const Image *image, int srcX, int srcY, float dstX, float dstY, int width, int height, float desiredWidth, float desiredHeight, bool useColor=false)Graphicsvirtual
drawRescaledImagePattern(const Image *image, int x, int y, int w, int h, int scaledWidth, int scaledHeight)Graphics
drawRescaledImagePattern(const Image *image, int srcX, int srcY, int srcW, int srcH, int dstX, int dstY, int dstW, int dstH, int scaledWidth, int scaledHeight)=0Graphicspure virtual
drawText(const std::string &text, int x, int y, gcn::Graphics::Alignment alignment, const gcn::Color &color, gcn::Font *font, bool outline=false, bool shadow=false, const std::optional< gcn::Color > &outlineColor={}, const std::optional< gcn::Color > &shadowColor={})Graphics
drawText(const std::string &text, int x, int y, gcn::Graphics::Alignment align, gcn::Font *font, const TextFormat &format)Graphics
getColor() const finalGraphicsinline
getFont() constGraphicsinline
getHeight() constGraphicsinline
getScale() constGraphicsinline
getScreenshot()=0Graphicspure virtual
getWidth() constGraphicsinline
Graphics()=defaultGraphics
mClipRectsGraphicsprotected
mColorGraphicsprotected
mHeightGraphicsprotected
mScaleGraphicsprotected
mWidthGraphicsprotected
popClipRect()Graphics
pushClipRect(const gcn::Rectangle &rect)Graphics
setColor(const gcn::Color &color) overrideGraphicsinline
setVSync(bool sync)=0Graphicspure virtual
updateClipRect()=0Graphicsprotectedpure virtual
updateScreen()=0Graphicspure virtual
updateSize(int width, int height, float scale)Graphicsvirtual
windowToLogical(int windowX, int windowY, float &logicalX, float &logicalY) const =0Graphicspure virtual