Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h98 double touty; in clip_liang_barsky() local
168 touty = (yout - y1) / deltay; in clip_liang_barsky()
170 tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()
193 if(toutx < touty) in clip_liang_barsky()
200 *x++ = (T)(x1 + touty * deltax); in clip_liang_barsky()