Searched refs:widecols (Results 1 – 1 of 1) sorted by relevance
245 unsigned height, widecols; in next_column() local266 widecols = dtlen % height; in next_column()267 if (!widecols) widecols = height; in next_column()268 transition = widecols * columns; in next_column()277 return (*xpos*height) + widecols + (ul/(columns-1)); in next_column()