Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h288 int dist_end() const { return m_dist_start; } in dist_end() function
435 int dist_end() const { return m_dist_end; } in dist_end() function
904 int dist_end; in step_hor() local
911 dist_end = m_di.dist_end(); in step_hor()
915 if(dist_end > 0) in step_hor()
925 dist_end -= m_di.dx_end(); in step_hor()
927 if(dist_end > 0) in step_hor()
937 dist_end = m_di.dist_end(); in step_hor()
940 dist_end += m_di.dx_end(); in step_hor()
942 if(dist_end > 0) in step_hor()
[all …]
H A Dagg_renderer_outline_image.h435 int dist_end() const { return m_dist_end; } in dist_end() function
615 int dist_end; in step_hor() local
621 dist_end = m_di.dist_end(); in step_hor()
627 if(dist_end > 0) in step_hor()
642 dist_end -= m_di.dx_end(); in step_hor()
644 if(dist_end > 0 && dist_start <= 0) in step_hor()
657 dist_end = m_di.dist_end(); in step_hor()
662 dist_end += m_di.dx_end(); in step_hor()
665 if(dist_end > 0 && dist_start <= 0) in step_hor()
701 int dist_end; in step_ver() local
[all …]