Searched refs:teken_gfx_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/common/ |
H A D | gfx_fb.h | 221 } teken_gfx_t; typedef 224 extern teken_gfx_t gfx_state; 240 void setup_font(teken_gfx_t *, teken_unit_t, teken_unit_t); 280 void term_image_display(teken_gfx_t *, const teken_rect_t *);
|
H A D | gfx_fb.c | 122 teken_gfx_t gfx_state = { 0 }; 175 static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool); 884 gfx_bitblt_bitmap(teken_gfx_t *state, const uint8_t *glyph, in gfx_bitblt_bitmap() 940 gfx_fb_printchar(teken_gfx_t *state, const teken_pos_t *p) in gfx_fb_printchar() 959 teken_gfx_t *state = arg; in gfx_fb_putchar() 991 teken_gfx_t *state = arg; in gfx_fb_fill() 1024 gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on) in gfx_fb_cursor_draw() 1050 teken_gfx_t *state = arg; in gfx_fb_cursor() 1062 teken_gfx_t *state = arg; in gfx_fb_param() 1111 gfx_fb_copy_area(teken_gfx_t *state, const teken_rect_t *s, in gfx_fb_copy_area() [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 144 term_image_display(teken_gfx_t *state, const teken_rect_t *r) in term_image_display() 175 teken_gfx_t *state = arg; in efi_text_cursor() 193 efi_text_printchar(teken_gfx_t *state, const teken_pos_t *p, bool autoscroll) in efi_text_printchar() 235 teken_gfx_t *state = s; in efi_text_putchar() 256 teken_gfx_t *state = arg; in efi_text_fill() 274 efi_text_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, in efi_text_copy_line() 308 teken_gfx_t *state = arg; in efi_text_copy() 368 teken_gfx_t *state = arg; in efi_text_param()
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.h | 35 int efi_find_framebuffer(teken_gfx_t *gfx_state);
|
H A D | framebuffer.c | 565 efi_find_framebuffer(teken_gfx_t *gfx_state) in efi_find_framebuffer()
|
/freebsd/stand/i386/libi386/ |
H A D | vidconsole.c | 103 term_image_display(teken_gfx_t *state, const teken_rect_t *r) in term_image_display() 309 vidc_text_printchar(teken_gfx_t *state, const teken_pos_t *p) in vidc_text_printchar() 345 teken_gfx_t *state = s; in vidc_text_putchar() 362 teken_gfx_t *state = arg; in vidc_text_fill() 379 teken_gfx_t *state = ptr; in vidc_text_copy() 465 teken_gfx_t *state = arg; in vidc_text_param()
|