This is the complete list of members for clan::Path, including all inherited members.
bezier_to(const Pointf &control, const Pointf &point) | clan::Path | |
bezier_to(const Pointf &control1, const Pointf &control2, const Pointf &point) | clan::Path | |
CanvasImpl class | clan::Path | friend |
circle(float center_x, float center_y, float radius) | clan::Path | inlinestatic |
circle(const Pointf ¢er, float radius) | clan::Path | inlinestatic |
clone() const | clan::Path | |
close() | clan::Path | |
ellipse(float center_x, float center_y, float radius_x, float radius_y) | clan::Path | inlinestatic |
ellipse(const Pointf ¢er, const Sizef &radius) | clan::Path | static |
fill(Canvas &canvas, const Brush &brush) | clan::Path | |
fill_and_stroke(Canvas &canvas, const Pen &pen, const Brush &brush) | clan::Path | |
get_impl() const | clan::Path | inline |
glyph(Canvas &canvas, Font &font, unsigned int glyph, GlyphMetrics &out_metrics) | clan::Path | static |
line(const Pointf &start, const Pointf &end) | clan::Path | static |
line(float x1, float y1, float x2, float y2) | clan::Path | inlinestatic |
line_to(const Pointf &point) | clan::Path | |
line_to(float x, float y) | clan::Path | inline |
move_to(const Pointf &point) | clan::Path | |
move_to(float x, float y) | clan::Path | inline |
operator+=(const Path &path) | clan::Path | |
Path() | clan::Path | |
rect(const Rectf &box) | clan::Path | static |
rect(float x, float y, float width, float height) | clan::Path | inlinestatic |
rect(const Rectf &box, const clan::Sizef &corner) | clan::Path | static |
set_fill_mode(PathFillMode fill_mode) | clan::Path | |
stroke(Canvas &canvas, const Pen &pen) | clan::Path | |
transform_self(const Mat3f &transform) | clan::Path |