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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h114 m_max_style(-0x7FFFFFFF),
163 int max_style() const { return m_max_style; }
280 int m_max_style; member in class:agg::rasterizer_compound_aa
303 m_max_style = -0x7FFFFFFF;
344 if(left >= 0 && left > m_max_style) m_max_style = left;
346 if(right >= 0 && right > m_max_style) m_max_style = right;
444 if(m_max_style < m_min_style)
449 m_styles.allocate(m_max_style
[all...]

Completed in 34 milliseconds