Lines Matching refs:Step
42 template<class Blender, unsigned Step = 1, unsigned Offset = 0>
95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in pixel()
103 x * Step * sizeof(value_type) + in row()
110 x * Step * sizeof(value_type) + in span()
115 *((value_type*)m_rbuf->row(y) + x * Step + Offset) = c.v; in copy_pixel()
119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover); in blend_pixel()
125 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in copy_hline()
128 p += Step; in copy_hline()
137 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in blend_hline()
142 p += Step; in blend_hline()
147 p += Step; in blend_hline()
158 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in blend_solid_hspan()
166 p += Step; in blend_solid_hspan()