Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/vesa/
Ddrawtxt.c195 static unsigned int upd_x0 = -1U, upd_x1, upd_y0 = -1U, upd_y1; variable
200 if (upd_x1 > upd_x0 && upd_y1 > upd_y0) { in __vesacon_doit()
202 upd_x1 - upd_x0); in __vesacon_doit()
204 upd_x1 = upd_y1 = 0; in __vesacon_doit()
223 if (x1 > upd_x1) in vesacon_touch()
224 upd_x1 = x1; in vesacon_touch()