Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h81 FX_FLOAT toutx = FXSYS_Div(xout - x1, deltax); 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()
99 *y++ = (T)(y1 + FXSYS_Mul(deltay, toutx)); in clip_liang_barsky()