Lines Matching refs:vc_cols
97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor()
128 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll()
130 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll()
135 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll()
137 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll()
160 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local
228 vc_old_cols = vc->vc_cols; in sticon_set_font()
238 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font()
240 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font()
243 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows) in sticon_set_font()
266 int vc_cols, vc_rows; in sticon_init() local
269 vc_cols = sti_onscreen_x(sti) / sti->font->width; in sticon_init()
274 c->vc_cols = vc_cols; in sticon_init()
277 vc_resize(c, vc_cols, vc_rows); in sticon_init()
310 sti_clear(sticon_sti, 0, 0, c->vc_rows, c->vc_cols, BLANK, in sticon_blank()