Lines Matching refs:e_col
145 screen_pos_t e_col, screen_pos_t e_row,
1676 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_copy_area() argument
1689 e_col < 0 || e_row < 0 || in tem_safe_copy_area()
1692 e_col >= tems.ts_c_dimension.width || in tem_safe_copy_area()
1699 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area()
1703 cols = e_col - s_col + 1; in tem_safe_copy_area()
1726 e_col - cols + width, s_row + i, in tem_safe_copy_area()
1731 e_col - cols + width, s_row + i, in tem_safe_copy_area()
1744 e_col - cols + width, s_row + i, in tem_safe_copy_area()
1749 e_col - cols + width, s_row + i, in tem_safe_copy_area()
1852 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_text_copy() argument
1864 da.e_col = e_col; in tem_safe_text_copy()
1929 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_pix_copy() argument
1963 e_col == tems.ts_c_dimension.width - 1) { in tem_safe_pix_copy()
1969 ma.e_col = tems.ts_p_dimension.width - 1; in tem_safe_pix_copy()
1974 ma.e_col = (e_col + 1) * tems.ts_font.vf_width + in tem_safe_pix_copy()
2725 screen_pos_t e_col, screen_pos_t e_row, in i_virtual_copy_tem_chars() argument
2737 chars_per_row = e_col - s_col + 1; in i_virtual_copy_tem_chars()
2774 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_virtual_copy() argument
2784 e_col < 0 || e_col >= cols || in tem_safe_virtual_copy()
2788 s_col > e_col || in tem_safe_virtual_copy()
2792 chars_per_row = e_col - s_col + 1; in tem_safe_virtual_copy()
2801 e_col, e_row, t_col, t_row); in tem_safe_virtual_copy()