Searched refs:toutx (Results 1 – 2 of 2) sorted by relevance
92 float toutx = (xout - x1) / deltax; in clip_liang_barsky() local94 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()108 if(toutx < touty) { in clip_liang_barsky()110 *y++ = (T)(y1 + (deltay * toutx)); in clip_liang_barsky()
257 float toutx = (xout - x1) / deltax; in clip_liang_barsky() local259 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()273 if (toutx < touty) { in clip_liang_barsky()275 *y++ = y1 + (deltay * toutx); in clip_liang_barsky()