Home
last modified time | relevance | path

Searched refs:inc_x (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_trans_bilinear.h131 double inc_x; variable
140 inc_x(m[1][0] * step * ty + m[2][0] * step), in iterator_x()
149 x += inc_x;
H A Dagg_renderer_outline_aa.h47 void inc_x() { m_dist += m_dy; } in inc_x() function
82 void inc_x() { m_dist1 += m_dy1; m_dist2 += m_dy2; } in inc_x() function
113 void inc_x() { m_dist += m_dy; } in inc_x() function
119 void inc_x(int dy) in inc_x() function
212 void inc_x() { m_dist += m_dy; m_dist_start += m_dy_start; } in inc_x() function
218 void inc_x(int dy) in inc_x() function
347 void inc_x() { m_dist += m_dy; m_dist_start += m_dy_start; m_dist_end += m_dy_end; } in inc_x() function
353 void inc_x(int dy) in inc_x() function
519 if(m_lp->inc > 0) di.inc_x(m_y - m_old_y); in step_hor_base()
731 else m_di.inc_x(base_type::m_y - base_type::m_old_y); in line_interpolator_aa1()
[all …]
H A Dagg_renderer_outline_image.h304 void inc_x() in inc_x() function
340 void inc_x(int dy) in inc_x() function
569 else m_di.inc_x(m_y - m_old_y); in line_interpolator_image()
603 if(m_lp.inc > 0) m_di.inc_x(m_y - m_old_y); in step_hor()