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

/haiku/headers/libs/agg/
H A Dagg_span_allocator.h30 AGG_INLINE color_type* allocate(unsigned span_len) argument
32 if(span_len > m_span.size())
35 // span_len to 256 color elements.
38 m_span.resize(((span_len + 255) >> 8) << 8);

Completed in 28 milliseconds