Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h517 m_dist_pos[i] = li.y(); in line_interpolator_image()
518 if(m_dist_pos[i] >= stop) break; in line_interpolator_image()
521 m_dist_pos[i] = 0x7FFF0000; in line_interpolator_image()
552 while(m_dist_pos[dx] <= m_width); in line_interpolator_image()
585 while(m_dist_pos[dy] <= m_width); in line_interpolator_image()
638 while((dist = m_dist_pos[dy]) - s1 <= m_width) in step_hor()
658 while((dist = m_dist_pos[dy]) + s1 <= m_width) in step_hor()
724 while((dist = m_dist_pos[dx]) - s1 <= m_width) in step_ver()
744 while((dist = m_dist_pos[dx]) + s1 <= m_width) in step_ver()
795 int m_dist_pos[max_half_width + 1]; variable