Gosu
|
This is the complete list of members for Gosu::Graphics, including all inherited members.
clip_to(double x, double y, double width, double height, const std::function< void()> &f) | Gosu::Graphics | static |
create_image(const Bitmap &src, unsigned src_x, unsigned src_y, unsigned src_width, unsigned src_height, unsigned image_flags) | Gosu::Graphics | static |
draw_line(double x1, double y1, Color c1, double x2, double y2, Color c2, ZPos z, AlphaMode mode=AM_DEFAULT) | Gosu::Graphics | static |
draw_quad(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=AM_DEFAULT) | Gosu::Graphics | static |
draw_rect(double x, double y, double width, double height, Color c, ZPos z, AlphaMode mode=AM_DEFAULT) | Gosu::Graphics | static |
draw_triangle(double x1, double y1, Color c1, double x2, double y2, Color c2, double x3, double y3, Color c3, ZPos z, AlphaMode mode=AM_DEFAULT) | Gosu::Graphics | static |
flush() | Gosu::Graphics | static |
frame(const std::function< void()> &f) | Gosu::Graphics | |
gl(const std::function< void()> &f) | Gosu::Graphics | static |
gl(ZPos z, const std::function< void()> &f) | Gosu::Graphics | static |
Graphics(unsigned physical_width, unsigned physical_height) | Gosu::Graphics | |
height() const | Gosu::Graphics | |
record(int width, int height, const std::function< void()> &f) | Gosu::Graphics | static |
render(int width, int height, const std::function< void()> &f, unsigned image_flags=0) | Gosu::Graphics | static |
schedule_draw_op(const DrawOp &op) | Gosu::Graphics | static |
set_physical_resolution(unsigned physical_width, unsigned physical_height) | Gosu::Graphics | |
set_resolution(unsigned logical_width, unsigned logical_height, double black_bar_width=0, double black_bar_height=0) | Gosu::Graphics | |
transform(const Transform &transform, const std::function< void()> &f) | Gosu::Graphics | static |
width() const | Gosu::Graphics | |
~Graphics() | Gosu::Graphics |