Searched refs:tg_origin (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dgfx_fb.c901 x = state->tg_origin.tp_col + p->tp_col * width;
902 y = state->tg_origin.tp_row + p->tp_row * height;
991 x = state->tg_origin.tp_col + p->tp_col * width;
992 y = state->tg_origin.tp_row + p->tp_row * height;
1113 sx = state->tg_origin.tp_col + s->tr_begin.tp_col * width;
1114 sy = state->tg_origin.tp_row + s->tr_begin.tp_row * height;
1115 dx = state->tg_origin.tp_col + d->tp_col * width;
1116 dy = state->tg_origin.tp_row + d->tp_row * height;
1587 x1 = (ux1 + 1) * vf_width + gfx_state.tg_origin.tp_col;
1588 y1 = uy1 * vf_height + gfx_state.tg_origin
[all...]
H A Dgfx_fb.h216 teken_pos_t tg_origin; /* Point of origin in pixels */ member in struct:teken_gfx
/freebsd-13-stable/stand/liblua/
H A Dlutils.c375 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width;
376 y1 = gfx_state.tg_origin.tp_row + y1 * gfx_state.tg_font.vf_height;
378 x2 = gfx_state.tg_origin.tp_col +
382 y2 = gfx_state.tg_origin.tp_row +
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c864 gfx_state.tg_origin.tp_row, 1);
866 gfx_state.tg_fb.fb_height - gfx_state.tg_origin.tp_row - 1,
868 gfx_fb_drawrect(0, gfx_state.tg_origin.tp_row,
869 gfx_state.tg_origin.tp_col,
870 gfx_state.tg_fb.fb_height - gfx_state.tg_origin.tp_row - 1, 1);
872 gfx_state.tg_fb.fb_width - gfx_state.tg_origin.tp_col - 1,
873 gfx_state.tg_origin.tp_row, gfx_state.tg_fb.fb_width,
977 gfx_state.tg_origin.tp_row = (fb_height -
979 gfx_state.tg_origin.tp_col = (fb_width -
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c671 gfx_state.tg_origin.tp_row, 1);
673 gfx_state.tg_fb.fb_height - gfx_state.tg_origin.tp_row - 1,
675 gfx_fb_drawrect(0, gfx_state.tg_origin.tp_row,
676 gfx_state.tg_origin.tp_col,
677 gfx_state.tg_fb.fb_height - gfx_state.tg_origin.tp_row - 1, 1);
679 gfx_state.tg_fb.fb_width - gfx_state.tg_origin.tp_col - 1,
680 gfx_state.tg_origin.tp_row, gfx_state.tg_fb.fb_width,
891 gfx_state.tg_origin.tp_row = (gfx_state.tg_fb.fb_height -
893 gfx_state.tg_origin.tp_col = (gfx_state.tg_fb.fb_width -
/freebsd-13-stable/stand/ficl/
H A Dloader.c93 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width;
94 y1 = gfx_state.tg_origin.tp_row + y1 * gfx_state.tg_font.vf_height;
96 x2 = gfx_state.tg_origin.tp_col +
100 y2 = gfx_state.tg_origin.tp_row +

Completed in 120 milliseconds