Searched refs:toutx (Results 1 – 1 of 1) sorted by relevance
97 double toutx; in clip_liang_barsky() local167 toutx = (xout - x1) / deltax; in clip_liang_barsky()170 tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()193 if(toutx < touty) in clip_liang_barsky()196 *y++ = (T)(y1 + toutx * deltay); in clip_liang_barsky()