This is the complete list of members for Gosu::Graphics, including all inherited members.
| begin(Color clearWithColor=Color::BLACK) | Gosu::Graphics | |
| beginClipping(double x, double y, double width, double height) | Gosu::Graphics | |
| beginGL() | Gosu::Graphics | |
| beginRecording() | Gosu::Graphics | |
| createImage(const Bitmap &src, unsigned srcX, unsigned srcY, unsigned srcWidth, unsigned srcHeight, unsigned borderFlags) | Gosu::Graphics | |
| drawLine(double x1, double y1, Color c1, double x2, double y2, Color c2, ZPos z, AlphaMode mode=amDefault) | Gosu::Graphics | |
| drawQuad(double x1, double y1, Color c1, double x2, double y2, Color c2, double x3, double y3, Color c3, double x4, double y4, Color c4, ZPos z, AlphaMode mode=amDefault) | Gosu::Graphics | |
| drawTriangle(double x1, double y1, Color c1, double x2, double y2, Color c2, double x3, double y3, Color c3, ZPos z, AlphaMode mode=amDefault) | Gosu::Graphics | |
| end() | Gosu::Graphics | |
| endClipping() | Gosu::Graphics | |
| endGL() | Gosu::Graphics | |
| endRecording(int width, int height) | Gosu::Graphics | |
| flush() | Gosu::Graphics | |
| fullscreen() const | Gosu::Graphics | |
| Graphics(unsigned physicalWidth, unsigned physicalHeight, bool fullscreen) | Gosu::Graphics | |
| height() const | Gosu::Graphics | |
| popTransform() | Gosu::Graphics | |
| pushTransform(const Transform &transform) | Gosu::Graphics | |
| scheduleGL(const std::tr1::function< void()> &functor, ZPos z) | Gosu::Graphics | |
| setResolution(unsigned virtualWidth, unsigned virtualHeight) | Gosu::Graphics | |
| width() const | Gosu::Graphics | |
| ~Graphics() | Gosu::Graphics |