Lines Matching refs:e_row
122 screen_pos_t e_col, screen_pos_t e_row,
787 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
2205 screen_pos_t e_col, screen_pos_t e_row, in tem_copy_area() argument
2214 e_col < 0 || e_row < 0 || in tem_copy_area()
2220 e_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()
2236 e_col, e_row, t_col, t_row); in tem_copy_area()
2341 screen_pos_t s_col, screen_pos_t e_row, screen_pos_t e_col) in tem_image_display() argument
2348 for (i = s_row; i <= e_row; i++) { in tem_image_display()
2359 screen_pos_t e_col, screen_pos_t e_row, in tem_text_copy() argument
2366 da.e_row = e_row; in tem_text_copy()
2418 screen_pos_t e_col, screen_pos_t e_row, in tem_pix_copy() argument
2438 ma.e_row = (e_row + 1) * tems.ts_font.vf_height + in tem_pix_copy()