Lines Matching refs:rows
1207 int rows; in tem_safe_copy_area() local
1227 rows = e_row - s_row + 1; in tem_safe_copy_area()
1229 if (t_row + rows > tems.ts_c_dimension.height || in tem_safe_copy_area()
1929 set_font(struct font *f, short *rows, short *cols, short height, short width) in set_font() argument
1945 if ((((*rows * fl->data->height) + BORDER_PIXELS) <= height) && in set_font()
1956 if (((*rows * DEFAULT_FONT_DATA.height) > height) || in set_font()
1958 *rows = (height - 2) / DEFAULT_FONT_DATA.height; in set_font()
2309 int rows = tems.ts_c_dimension.height; in tem_safe_virtual_copy() local
2313 s_row < 0 || s_row >= rows || in tem_safe_virtual_copy()
2315 e_row < 0 || e_row >= rows || in tem_safe_virtual_copy()
2317 t_row < 0 || t_row >= rows || in tem_safe_virtual_copy()
2326 if (t_row + rows_to_move > rows || in tem_safe_virtual_copy()