Searched refs:m_line_cap (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_math_stroke.h64 void line_cap(line_cap_e lc) { m_line_cap = lc; }
68 line_cap_e line_cap() const { return m_line_cap; }
116 line_cap_e m_line_cap; member in class:agg::math_stroke
129 m_line_cap(butt_cap),
305 if(m_line_cap != round_cap)
307 if(m_line_cap == square_cap)

Completed in 29 milliseconds