Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_curves.h101 m_count(0) in curve3_div()
109 m_count(0) in curve3_div()
114 void reset() { m_points.remove_all(); m_count = 0; } in reset()
133 m_count = 0; in rewind()
138 if(m_count >= m_points.size()) return path_cmd_stop; in vertex()
139 const point_d& p = m_points[m_count++]; in vertex()
142 return (m_count == 1) ? path_cmd_move_to : path_cmd_line_to; in vertex()
157 unsigned m_count; variable
383 m_count(0) in curve4_div()
393 m_count(0) in curve4_div()
[all …]
H A Dagg_renderer_outline_aa.h489 m_count((lp.vertical ? abs((lp.y2 >> line_subpixel_shift) - m_y) : in line_interpolator_aa_base()
545 int count() const { return m_count; } in count()
561 int m_count; variable
621 return ++base_type::m_step < base_type::m_count; in step_hor()
652 return ++base_type::m_step < base_type::m_count; in step_ver()
806 return ++base_type::m_step < base_type::m_count; in step_hor()
857 return ++base_type::m_step < base_type::m_count; in step_ver()
953 return npix && ++base_type::m_step < base_type::m_count; in step_hor()
1008 return npix && ++base_type::m_step < base_type::m_count; in step_ver()
1175 return npix && ++base_type::m_step < base_type::m_count; in step_hor()
[all …]
H A Dagg_renderer_outline_image.h500 m_count((lp.vertical ? abs((lp.y2 >> line_subpixel_shift) - m_y) : in line_interpolator_image()
677 return npix && ++m_step < m_count; in step_hor()
763 return npix && ++m_step < m_count; in step_ver()
773 int count() const { return m_count; } in count()
790 int m_count; variable
/haiku/src/libs/agg/src/
H A Dagg_curves.cpp137 m_count = 0; in init()
386 m_count = 0; in init()