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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h171 unsigned style(unsigned style_idx) const;
199 template<class Scanline> bool sweep_scanline(Scanline& sl, int style_idx) argument
208 if(style_idx < 0)
210 style_idx = 0;
214 style_idx++;
215 master_alpha = m_master_alpha[m_ast[style_idx] + m_min_style - 1];
218 const style_info& st = m_styles[m_ast[style_idx]];
590 unsigned rasterizer_compound_aa<Clip>::style(unsigned style_idx) const
592 return m_ast[style_idx + 1] + m_min_style - 1;

Completed in 44 milliseconds