Searched refs:touty (Results 1 – 2 of 2) sorted by relevance
93 float touty = (yout - y1) / deltay; in clip_liang_barsky() local94 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()108 if(toutx < touty) { in clip_liang_barsky()112 *x++ = (T)(x1 + (deltax * touty)); in clip_liang_barsky()
258 float touty = (yout - y1) / deltay; in clip_liang_barsky() local259 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()273 if (toutx < touty) { in clip_liang_barsky()277 *x++ = x1 + (deltax * touty); in clip_liang_barsky()