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

/freebsd-13-stable/stand/common/
H A Dgfx_fb.h213 uint8_t *tg_cursor_image; /* Memory for cursor */ member in struct:teken_gfx
H A Dgfx_fb.c998 if (state->tg_cursor_image == NULL ||
1000 free(state->tg_cursor_image);
1002 state->tg_cursor_image = malloc(state->tg_cursor_size);
1004 if (state->tg_cursor_image != NULL) {
1005 if (gfxfb_blt(state->tg_cursor_image,
1008 free(state->tg_cursor_image);
1009 state->tg_cursor_image = NULL;
1014 * Restore display from tg_cursor_image.
1017 if (state->tg_cursor_image != NULL &&
1018 gfxfb_blt(state->tg_cursor_image, GfxFbBltBufferToVide
[all...]

Completed in 132 milliseconds