Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h97 double toutx; in clip_liang_barsky() local
167 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()