Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h92 float toutx = (xout - x1) / deltax; in clip_liang_barsky() local
94 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()
108 if(toutx < touty) { in clip_liang_barsky()
110 *y++ = (T)(y1 + (deltay * toutx)); in clip_liang_barsky()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp257 float toutx = (xout - x1) / deltax; in clip_liang_barsky() local
259 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()
273 if (toutx < touty) { in clip_liang_barsky()
275 *y++ = y1 + (deltay * toutx); in clip_liang_barsky()