Lines Matching refs:s_row
121 screen_pos_t s_col, screen_pos_t s_row,
786 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
2204 screen_pos_t s_col, screen_pos_t s_row, in tem_copy_area() argument
2213 if (s_col < 0 || s_row < 0 || in tem_copy_area()
2219 s_row >= tems.ts_c_dimension.height || in tem_copy_area()
2224 if (s_row > e_row || s_col > e_col) in tem_copy_area()
2227 rows = e_row - s_row + 1; in tem_copy_area()
2235 tem_callback_copy(tem, s_col, s_row, in tem_copy_area()
2241 soffset = s_col + s_row * tems.ts_c_dimension.width; in tem_copy_area()
2260 tem_callback_copy(tem, s_col, s_row + i, in tem_copy_area()
2261 e_col - cols + width, s_row + i, in tem_copy_area()
2275 tem_callback_copy(tem, s_col, s_row + i, in tem_copy_area()
2276 e_col - cols + width, s_row + i, in tem_copy_area()
2340 tem_image_display(struct tem_vt_state *tem, screen_pos_t s_row, in tem_image_display() argument
2348 for (i = s_row; i <= e_row; i++) { in tem_image_display()
2358 screen_pos_t s_col, screen_pos_t s_row, in tem_text_copy() argument
2364 da.s_row = s_row; in tem_text_copy()
2417 screen_pos_t s_col, screen_pos_t s_row, in tem_pix_copy() argument
2437 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
2446 if (tem->tvs_first_line > 0 && t_row < s_row && t_col == 0 && in tem_pix_copy()
2465 if (tem->tvs_first_line > 0 && t_row < s_row) { in tem_pix_copy()
2467 tem->tvs_first_line -= (s_row - t_row); in tem_pix_copy()