Home
last modified time | relevance | path

Searched refs:upd_y1 (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()
204 upd_x1 = upd_y1 = 0; in __vesacon_doit()
219 if (y1 > upd_y1) in vesacon_touch()
220 upd_y1 = y1; in vesacon_touch()