ClanLib  2.3.7
CL_Draw Member List

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

box(CL_GraphicContext &gc, float x1, float y1, float x2, float y2, const CL_Colorf &color)CL_Drawstatic
box(CL_GraphicContext &gc, const CL_Pointf &start, const CL_Pointf &end, const CL_Colorf &color)CL_Drawstatic
box(CL_GraphicContext &gc, const CL_Rectf &rect, const CL_Colorf &color)CL_Drawstatic
circle(CL_GraphicContext &gc, float center_x, float center_y, float radius, const CL_Colorf &color)CL_Drawstatic
circle(CL_GraphicContext &gc, const CL_Pointf &center, float radius, const CL_Colorf &color)CL_Drawstatic
fill(CL_GraphicContext &gc, float x1, float y1, float x2, float y2, const CL_Colorf &color)CL_Drawstatic
fill(CL_GraphicContext &gc, const CL_Pointf &start, const CL_Pointf &end, const CL_Colorf &color)CL_Drawstatic
fill(CL_GraphicContext &gc, const CL_Rectf &rect, const CL_Colorf &color)CL_Drawstatic
gradient_circle(CL_GraphicContext &gc, const CL_Pointf &center, float radius, const CL_Gradient &gradient)CL_Drawstatic
gradient_circle(CL_GraphicContext &gc, const CL_Pointf &center, const CL_Pointf &centergradient, float radius, const CL_Gradient &gradient)CL_Drawstatic
gradient_fill(CL_GraphicContext &gc, float x1, float y1, float x2, float y2, const CL_Gradient &color)CL_Drawstatic
gradient_fill(CL_GraphicContext &gc, const CL_Pointf &start, const CL_Pointf &end, const CL_Gradient &gradient)CL_Drawstatic
gradient_fill(CL_GraphicContext &gc, const CL_Rectf &rect, const CL_Gradient &gradient)CL_Drawstatic
line(CL_GraphicContext &gc, float x1, float y1, float x2, float y2, const CL_Colorf &color)CL_Drawstatic
line(CL_GraphicContext &gc, const CL_Pointf &start, const CL_Pointf &end, const CL_Colorf &color)CL_Drawstatic
line(CL_GraphicContext &gc, const CL_LineSegment2f &line_segment, const CL_Colorf &color)CL_Drawstatic
point(CL_GraphicContext &gc, float x1, float y1, const CL_Colorf &color)CL_Drawstatic
point(CL_GraphicContext &gc, const CL_Pointf &point, const CL_Colorf &color)CL_Drawstatic
texture(CL_GraphicContext &gc, const CL_Rectf &rect, const CL_Colorf &color=CL_Colorf::white, const CL_Rectf &texture_unit1_coords=CL_Rectf(0.0, 0.0, 1.0, 1.0))CL_Drawstatic
texture(CL_GraphicContext &gc, const CL_Texture &texture, const CL_Quadf &quad, const CL_Colorf &color=CL_Colorf::white, const CL_Rectf &texture_unit1_coords=CL_Rectf(0.0, 0.0, 1.0, 1.0))CL_Drawstatic
triangle(CL_GraphicContext &gc, const CL_Pointf &a, const CL_Pointf &b, const CL_Pointf &c, const CL_Colorf &color)CL_Drawstatic
triangle(CL_GraphicContext &gc, const CL_Trianglef &dest_triangle, const CL_Colorf &color)CL_Drawstatic