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()
275 float touty = (yout - y1) / deltay; in clip_liang_barsky() local276 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()290 if (toutx < touty) { in clip_liang_barsky()294 *x++ = x1 + (deltax * touty); in clip_liang_barsky()