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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h109 m_asm(), // Active Style Mask
274 pod_vector<int8u> m_asm; // Active Style Mask member in class:agg::rasterizer_compound_aa
465 if((m_asm[nbyte] & mask) == 0)
468 m_asm[nbyte] |= mask;
494 m_asm.allocate((num_styles + 7) >> 3, 8);
495 m_asm.zero();
501 m_asm[0] |= 1;

Completed in 29 milliseconds