Lines Matching refs:t_row
123 screen_pos_t t_col, screen_pos_t t_row);
788 ma.t_row = 0; in tem_prom_scroll_up()
2206 screen_pos_t t_col, screen_pos_t t_row) in tem_copy_area() argument
2215 t_col < 0 || t_row < 0 || in tem_copy_area()
2221 t_row >= tems.ts_c_dimension.height) in tem_copy_area()
2229 if (t_row + rows > tems.ts_c_dimension.height || in tem_copy_area()
2236 e_col, e_row, t_col, t_row); in tem_copy_area()
2242 toffset = t_col + t_row * tems.ts_c_dimension.width; in tem_copy_area()
2262 t_col, t_row + i); in tem_copy_area()
2277 t_col, t_row + i); in tem_copy_area()
2360 screen_pos_t t_col, screen_pos_t t_row) in tem_text_copy() argument
2368 da.t_row = t_row; in tem_text_copy()
2419 screen_pos_t t_col, screen_pos_t t_row) in tem_pix_copy() argument
2440 ma.t_row = t_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()