Searched refs:line_coord_sat (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_line_aa_basics.h71 //-----------------------------------------------------------line_coord_sat
72 struct line_coord_sat struct in namespace:agg
H A Dagg_renderer_outline_image.h837 m_clip_box.x1 = line_coord_sat::conv(x1);
838 m_clip_box.y1 = line_coord_sat::conv(y1);
839 m_clip_box.x2 = line_coord_sat::conv(x2);
840 m_clip_box.y2 = line_coord_sat::conv(y2);
H A Dagg_renderer_outline_aa.h1377 m_clip_box.x1 = line_coord_sat::conv(x1);
1378 m_clip_box.y1 = line_coord_sat::conv(y1);
1379 m_clip_box.x2 = line_coord_sat::conv(x2);
1380 m_clip_box.y2 = line_coord_sat::conv(y2);

Completed in 103 milliseconds