Searched refs:tg_cursor_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dgfx_fb.h214 size_t tg_cursor_size; member in struct:teken_gfx
H A Dgfx_fb.c999 state->tg_cursor_size != width * height * 4) {
1001 state->tg_cursor_size = width * height * 4;
1002 state->tg_cursor_image = malloc(state->tg_cursor_size);

Completed in 64 milliseconds