Lines Matching refs:tp_col
641 if (i < vw->vw_draw_area.tr_begin.tp_col) {
647 i = vw->vw_draw_area.tr_begin.tp_col;
651 i < vw->vw_draw_area.tr_end.tp_col) {
659 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width;
692 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col);
695 vw->vw_draw_area.tr_begin.tp_col,
697 vw->vw_draw_area.tr_end.tp_col);
699 vw->vw_draw_area.tr_begin.tp_col;
723 drawn_area.tr_begin.tp_col = x;
725 drawn_area.tr_end.tp_col = x + VT_VGA_PIXELS_BLOCK;
733 mx = vd->vd_mx_drawn + vw->vw_draw_area.tr_begin.tp_col;
742 vw->vw_draw_area.tr_end.tp_col - mx),
815 col = area->tr_begin.tp_col;
817 x1 = (int)((col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col)
830 col = area->tr_end.tp_col;
832 x2 = (int)howmany(col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col,
838 x2 = min(x2, vw->vw_draw_area.tr_end.tp_col);
879 for (col = area->tr_begin.tp_col;
880 col < area->tr_end.tp_col;
943 for (col = area->tr_begin.tp_col;
944 col < area->tr_end.tp_col;