Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c173 static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool);
967 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_putchar()
981 gfx_fb_cursor_draw(state, c, true); in gfx_fb_putchar()
996 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_fill()
1017 gfx_fb_cursor_draw(state, c, true); in gfx_fb_fill()
1022 gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on) in gfx_fb_cursor_draw() function
1052 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_cursor()
1053 gfx_fb_cursor_draw(state, p, true); in gfx_fb_cursor()
1075 gfx_fb_cursor_draw(state, c, true); in gfx_fb_param()
1237 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_copy()
[all …]