Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/vesa/
Ddrawtxt.c210 static inline void vesacon_touch(int row, int col, int rows, int cols) in vesacon_touch() function
244 vesacon_touch(y0, x0, y1 - y0 + 1, ncols); in __vesacon_erase()
267 vesacon_touch(0, 0, __vesacon_text_rows, __vesacon_text_cols); in __vesacon_scroll_up()
279 vesacon_touch(y, x, 1, 1); in __vesacon_write_char()
288 vesacon_touch(cursor_y, cursor_x, 1, 1); in __vesacon_set_cursor()
295 vesacon_touch(y, x, 1, 1); in __vesacon_set_cursor()