Lines Matching refs:teken_pos_t
146 teken_pos_t p; in term_image_display()
173 efi_text_cursor(void *arg, const teken_pos_t *p) in efi_text_cursor()
193 efi_text_printchar(teken_gfx_t *state, const teken_pos_t *p, bool autoscroll) in efi_text_printchar()
232 efi_text_putchar(void *s, const teken_pos_t *p, teken_char_t c, in efi_text_putchar()
257 teken_pos_t p; in efi_text_fill()
274 efi_text_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, in efi_text_copy_line()
275 teken_pos_t *d, bool scroll) in efi_text_copy_line()
278 teken_pos_t sp, dp; in efi_text_copy_line()
306 efi_text_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p) in efi_text_copy()
310 teken_pos_t d, s; in efi_text_copy()