Searched refs:toutx (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h97 double toutx; local
167 toutx = (xout - x1) / deltax;
170 tout1 = (toutx < touty) ? toutx : touty;
193 if(toutx < touty)
196 *y++ = (T)(y1 + toutx * deltay);

Completed in 51 milliseconds