Searched refs:ty1 (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_clip_liang_barsky.h | 299 T ty1 = *y1; in clip_line_segment() local 304 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x1, y1, f1)) in clip_line_segment() 316 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x2, y2, f2)) in clip_line_segment()
|
H A D | agg_rasterizer_sl_clip.h | 168 coord_type ty1 = y1; in line_clip_y() local 175 ty1 = m_clip_box.y1; in line_clip_y() 181 ty1 = m_clip_box.y2; in line_clip_y() 195 ras.line(Conv::xi(tx1), Conv::yi(ty1), in line_clip_y()
|