Symbol: teken_gfx_t
stand/common/gfx_fb.c
1015
gfx_fb_printchar(teken_gfx_t *state, const teken_pos_t *p)
stand/common/gfx_fb.c
1034
teken_gfx_t *state = arg;
stand/common/gfx_fb.c
1066
teken_gfx_t *state = arg;
stand/common/gfx_fb.c
1103
gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on)
stand/common/gfx_fb.c
1129
teken_gfx_t *state = arg;
stand/common/gfx_fb.c
1141
teken_gfx_t *state = arg;
stand/common/gfx_fb.c
1190
gfx_fb_copy_area(teken_gfx_t *state, const teken_rect_t *s,
stand/common/gfx_fb.c
124
teken_gfx_t gfx_state = { 0 };
stand/common/gfx_fb.c
1253
gfx_fb_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, teken_pos_t *d)
stand/common/gfx_fb.c
1296
teken_gfx_t *state = arg;
stand/common/gfx_fb.c
185
static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool);
stand/common/gfx_fb.c
2270
setup_font(teken_gfx_t *state, teken_unit_t height, teken_unit_t width)
stand/common/gfx_fb.c
959
gfx_bitblt_bitmap(teken_gfx_t *state, const uint8_t *glyph,
stand/common/gfx_fb.h
224
extern teken_gfx_t gfx_state;
stand/common/gfx_fb.h
240
void setup_font(teken_gfx_t *, teken_unit_t, teken_unit_t);
stand/common/gfx_fb.h
281
void term_image_display(teken_gfx_t *, const teken_rect_t *);
stand/efi/libefi/efi_console.c
144
term_image_display(teken_gfx_t *state, const teken_rect_t *r)
stand/efi/libefi/efi_console.c
175
teken_gfx_t *state = arg;
stand/efi/libefi/efi_console.c
193
efi_text_printchar(teken_gfx_t *state, const teken_pos_t *p, bool autoscroll)
stand/efi/libefi/efi_console.c
235
teken_gfx_t *state = s;
stand/efi/libefi/efi_console.c
256
teken_gfx_t *state = arg;
stand/efi/libefi/efi_console.c
274
efi_text_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s,
stand/efi/libefi/efi_console.c
308
teken_gfx_t *state = arg;
stand/efi/libefi/efi_console.c
368
teken_gfx_t *state = arg;
stand/efi/loader/framebuffer.c
587
efi_find_framebuffer(teken_gfx_t *gfx_state)
stand/efi/loader/framebuffer.h
35
int efi_find_framebuffer(teken_gfx_t *gfx_state);
stand/i386/libi386/vidconsole.c
103
term_image_display(teken_gfx_t *state, const teken_rect_t *r)
stand/i386/libi386/vidconsole.c
309
vidc_text_printchar(teken_gfx_t *state, const teken_pos_t *p)
stand/i386/libi386/vidconsole.c
345
teken_gfx_t *state = s;
stand/i386/libi386/vidconsole.c
362
teken_gfx_t *state = arg;
stand/i386/libi386/vidconsole.c
379
teken_gfx_t *state = ptr;
stand/i386/libi386/vidconsole.c
465
teken_gfx_t *state = arg;