Gosu
Gosu::Graphics Member List

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::Graphicsstatic
create_image(const Bitmap &src, unsigned src_x, unsigned src_y, unsigned src_width, unsigned src_height, unsigned image_flags)Gosu::Graphicsstatic
draw_line(double x1, double y1, Color c1, double x2, double y2, Color c2, ZPos z, AlphaMode mode=AM_DEFAULT)Gosu::Graphicsstatic
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::Graphicsstatic
draw_rect(double x, double y, double width, double height, Color c, ZPos z, AlphaMode mode=AM_DEFAULT)Gosu::Graphicsstatic
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::Graphicsstatic
flush()Gosu::Graphicsstatic
frame(const std::function< void()> &f)Gosu::Graphics
gl(const std::function< void()> &f)Gosu::Graphicsstatic
gl(ZPos z, const std::function< void()> &f)Gosu::Graphicsstatic
Graphics(unsigned physical_width, unsigned physical_height)Gosu::Graphics
height() constGosu::Graphics
record(int width, int height, const std::function< void()> &f)Gosu::Graphicsstatic
render(int width, int height, const std::function< void()> &f, unsigned image_flags=0)Gosu::Graphicsstatic
schedule_draw_op(const DrawOp &op)Gosu::Graphicsstatic
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::Graphicsstatic
width() constGosu::Graphics
~Graphics()Gosu::Graphics