Lines Matching refs:ma
774 struct vis_conscopy ma; in tem_prom_scroll_up() local
778 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
779 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
780 ma.t_row = 0; in tem_prom_scroll_up()
782 ma.s_col = 0; in tem_prom_scroll_up()
783 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
784 ma.t_col = 0; in tem_prom_scroll_up()
786 tems_copy(&ma); in tem_prom_scroll_up()
2413 struct vis_conscopy ma; in tem_pix_copy() local
2429 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
2430 ma.e_row = (e_row + 1) * tems.ts_font.vf_height + in tem_pix_copy()
2432 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
2444 ma.s_col = s_col * tems.ts_font.vf_width; in tem_pix_copy()
2445 ma.e_col = tems.ts_p_dimension.width - 1; in tem_pix_copy()
2447 ma.t_col = t_col * tems.ts_font.vf_width; in tem_pix_copy()
2449 ma.s_col = s_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_pix_copy()
2450 ma.e_col = (e_col + 1) * tems.ts_font.vf_width + in tem_pix_copy()
2452 ma.t_col = t_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_pix_copy()
2455 tems_copy(&ma); in tem_pix_copy()