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.c183 static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool);
1040 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_putchar()
1054 gfx_fb_cursor_draw(state, c, true); in gfx_fb_putchar()
1071 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_fill()
1092 gfx_fb_cursor_draw(state, c, true); in gfx_fb_fill()
1099 gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on) in gfx_fb_cursor_draw() function
1129 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_cursor()
1130 gfx_fb_cursor_draw(state, p, true); in gfx_fb_cursor()
1152 gfx_fb_cursor_draw(state, c, true); in gfx_fb_param()
1314 gfx_fb_cursor_draw(state, &state->tg_cursor, false); in gfx_fb_copy()
[all …]