Home
last modified time | relevance | path

Searched refs:m_stroker (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_stroke.h54 void line_cap(line_cap_e lc) { m_stroker.line_cap(lc); } in line_cap()
55 void line_join(line_join_e lj) { m_stroker.line_join(lj); } in line_join()
56 void inner_join(inner_join_e ij) { m_stroker.inner_join(ij); } in inner_join()
58 line_cap_e line_cap() const { return m_stroker.line_cap(); } in line_cap()
59 line_join_e line_join() const { return m_stroker.line_join(); } in line_join()
60 inner_join_e inner_join() const { return m_stroker.inner_join(); } in inner_join()
62 void width(double w) { m_stroker.width(w); } in width()
63 void miter_limit(double ml) { m_stroker.miter_limit(ml); } in miter_limit()
64 void miter_limit_theta(double t) { m_stroker.miter_limit_theta(t); } in miter_limit_theta()
65 void inner_miter_limit(double ml) { m_stroker.inner_miter_limit(ml); } in inner_miter_limit()
[all …]
H A Dagg_vcgen_contour.h46 void line_cap(line_cap_e lc) { m_stroker.line_cap(lc); } in line_cap()
47 void line_join(line_join_e lj) { m_stroker.line_join(lj); } in line_join()
48 void inner_join(inner_join_e ij) { m_stroker.inner_join(ij); } in inner_join()
50 line_cap_e line_cap() const { return m_stroker.line_cap(); } in line_cap()
51 line_join_e line_join() const { return m_stroker.line_join(); } in line_join()
52 inner_join_e inner_join() const { return m_stroker.inner_join(); } in inner_join()
54 void width(double w) { m_stroker.width(m_width = w); } in width()
55 void miter_limit(double ml) { m_stroker.miter_limit(ml); } in miter_limit()
56 void miter_limit_theta(double t) { m_stroker.miter_limit_theta(t); } in miter_limit_theta()
57 void inner_miter_limit(double ml) { m_stroker.inner_miter_limit(ml); } in inner_miter_limit()
[all …]
/haiku/src/libs/agg/src/
H A Dagg_vcgen_stroke.cpp28 m_stroker(), in vcgen_stroke()
108 m_stroker.calc_cap(m_out_vertices, in vertex()
119 m_stroker.calc_cap(m_out_vertices, in vertex()
146 m_stroker.calc_join(m_out_vertices, in vertex()
171 m_stroker.calc_join(m_out_vertices, in vertex()
H A Dagg_vcgen_contour.cpp28 m_stroker(), in vcgen_contour()
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
129 m_stroker.calc_join(m_out_vertices, in vertex()