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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_amask_adaptor.h34 typedef AlphaMask amask_type; typedef in class:agg::pixfmt_amask_adaptor
35 typedef typename amask_type::cover_type cover_type;
51 memset(&m_span[0], amask_type::cover_full, len * sizeof(cover_type));
62 pixfmt_amask_adaptor(pixfmt_type& pixf, const amask_type& mask) :
67 void attach_alpha_mask(const amask_type& mask) { m_mask = &mask; }
233 const amask_type* m_mask;

Completed in 38 milliseconds