Searched refs:toutx (Results 1 – 2 of 2) sorted by relevance
92 FX_FLOAT toutx = (xout - x1) / deltax; in clip_liang_barsky() local94 FX_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()
272 FX_FLOAT toutx = (xout - x1) / deltax; in clip_liang_barsky() local274 FX_FLOAT tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()288 if (toutx < touty) { in clip_liang_barsky()290 *y++ = y1 + (deltay * toutx); in clip_liang_barsky()