Searched refs:tx2 (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/libs/agg/
H A Dagg_clip_liang_barsky.h300 T tx2 = *x2; local
304 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x1, y1, f1))
316 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x2, y2, f2))
H A Dagg_rasterizer_sl_clip.h169 coord_type tx2 = x2; local
186 tx2 = x1 + Conv::mul_div(m_clip_box.y1-y1, x2-x1, y2-y1);
192 tx2 = x1 + Conv::mul_div(m_clip_box.y2-y1, x2-x1, y2-y1);
196 Conv::xi(tx2), Conv::yi(ty2));

Completed in 82 milliseconds