Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h473 max_half_width = 64 enumerator
503 for(i = 0; i < max_half_width; ++i) in line_interpolator_aa_base()
565 int m_dist[max_half_width + 1];
566 cover_type m_covers[max_half_width * 2 + 4];
599 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; in step_hor()
630 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; in step_ver()
766 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; in step_hor()
816 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; in step_ver()
908 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; in step_hor()
963 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; in step_ver()
[all …]
H A Dagg_renderer_outline_image.h480 max_half_width = 64 enumerator
515 for(i = 0; i < max_half_width; ++i) in line_interpolator_image()
622 color_type* p0 = m_colors + max_half_width + 2; in step_hor()
708 color_type* p0 = m_colors + max_half_width + 2; in step_ver()
795 int m_dist_pos[max_half_width + 1];
796 color_type m_colors[max_half_width * 2 + 4];