Home
last modified time | relevance | path

Searched refs:upd_x0 (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()
201 vesacon_update_characters(upd_y0, upd_x0, upd_y1 - upd_y0, in __vesacon_doit()
202 upd_x1 - upd_x0); in __vesacon_doit()
203 upd_x0 = upd_y0 = -1U; in __vesacon_doit()
221 if (x0 < upd_x0) in vesacon_touch()
222 upd_x0 = x0; in vesacon_touch()