• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/stand/common/

Lines Matching refs:tg_origin

901 	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.tp_row + yshift;
1589 x2 = ux2 * vf_width + gfx_state.tg_origin.tp_col;
1591 y2 = uy2 * vf_height + gfx_state.tg_origin.tp_row;
1598 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift;
1599 y1 = uy1 * vf_height + gfx_state.tg_origin.tp_row;
1601 y2 = uy2 * vf_height + gfx_state.tg_origin.tp_row;
1603 x1 = ux2 * vf_width + gfx_state.tg_origin.tp_col;
1608 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift;
1609 y1 = uy1 * vf_height + gfx_state.tg_origin.tp_row;
1612 x2 = ux1 * vf_width + gfx_state.tg_origin.tp_col;
1614 y2 = uy1 * vf_height + gfx_state.tg_origin.tp_row + yshift;
1619 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col;
1621 y1 = uy2 * vf_height + gfx_state.tg_origin.tp_row;
1623 x2 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift;
1624 y2 = uy2 * vf_height + gfx_state.tg_origin.tp_row;
1629 x1 = ux2 * vf_width + gfx_state.tg_origin.tp_col;
1630 y1 = uy1 * vf_height + gfx_state.tg_origin.tp_row + yshift;
1631 x2 = ux2 * vf_width + gfx_state.tg_origin.tp_col;
1633 y2 = uy1 * vf_height + gfx_state.tg_origin.tp_row;
1639 x1 = ux2 * vf_width + gfx_state.tg_origin.tp_col;
1640 y1 = uy2 * vf_height + gfx_state.tg_origin.tp_row;
1642 x2 = ux2 * vf_width + gfx_state.tg_origin.tp_col;
1644 y2 = uy2 * vf_height + gfx_state.tg_origin.tp_row;
1739 ux2 = gfx_state.tg_fb.fb_width - gfx_state.tg_origin.tp_col;
1748 uy2 = gfx_state.tg_fb.fb_height - gfx_state.tg_origin.tp_row;