Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h93 float touty = (yout - y1) / deltay; in clip_liang_barsky() local
94 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()
108 if(toutx < touty) { in clip_liang_barsky()
112 *x++ = (T)(x1 + (deltax * touty)); in clip_liang_barsky()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp258 float touty = (yout - y1) / deltay; in clip_liang_barsky() local
259 float tout1 = (toutx < touty) ? toutx : touty; in clip_liang_barsky()
273 if (toutx < touty) { in clip_liang_barsky()
277 *x++ = x1 + (deltax * touty); in clip_liang_barsky()