Lines Matching refs:teken_pos_t
183 static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool);
948 gfx_fb_printchar(teken_gfx_t *state, const teken_pos_t *p) in gfx_fb_printchar()
964 gfx_fb_putchar(void *arg, const teken_pos_t *p, teken_char_t c, in gfx_fb_putchar()
988 const teken_pos_t *c; in gfx_fb_putchar()
1001 teken_pos_t p; in gfx_fb_fill()
1026 const teken_pos_t *c; in gfx_fb_fill()
1036 gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on) in gfx_fb_cursor_draw()
1039 teken_pos_t p; in gfx_fb_cursor_draw()
1060 gfx_fb_cursor(void *arg, const teken_pos_t *p) in gfx_fb_cursor()
1075 const teken_pos_t *c; in gfx_fb_param()
1124 const teken_pos_t *d) in gfx_fb_copy_area()
1186 gfx_fb_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, teken_pos_t *d) in gfx_fb_copy_line()
1189 teken_pos_t dp; in gfx_fb_copy_line()
1227 gfx_fb_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p) in gfx_fb_copy()
1231 teken_pos_t d, s; in gfx_fb_copy()
1276 const teken_pos_t *c; in gfx_fb_copy()
2206 teken_pos_t *tp = &state->tg_tp; in setup_font()