Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h82 FX_FLOAT touty = FXSYS_Div(yout - y1, deltay); in clip_liang_barsky() local
83 FX_FLOAT tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()
97 if(toutx < touty) { in clip_liang_barsky()
101 *x++ = (T)(x1 + FXSYS_Mul(deltax, touty)); in clip_liang_barsky()