Searched refs:toutx (Results 1 – 1 of 1) sorted by relevance
81 FX_FLOAT toutx = FXSYS_Div(xout - x1, deltax); in clip_liang_barsky() local83 FX_FLOAT tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()97 if(toutx < touty) { in clip_liang_barsky()99 *y++ = (T)(y1 + FXSYS_Mul(deltay, toutx)); in clip_liang_barsky()