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

/haiku/headers/libs/agg/
H A Dagg_rendering_buffer_dynarow.h56 m_byte_width(0)
67 m_byte_width(byte_width)
79 pod_allocator<int8u>::deallocate((int8u*)m_rows[i].ptr, m_byte_width);
85 m_byte_width = byte_width;
94 unsigned byte_width() const { return m_byte_width; }
110 int8u* p = pod_allocator<int8u>::allocate(m_byte_width);
114 memset(p, 0, m_byte_width);
135 unsigned m_byte_width; // Width in bytes member in class:agg::rendering_buffer_dynarow

Completed in 24 milliseconds