Searched refs:ColumnsPerRow (Results 1 – 1 of 1) sorted by relevance
915 uint32_t ColumnsPerRow = kMaxRowLength / (MinColumnWidth + 3); in typesetLinesAndColumns() local919 uint32_t RowColumns = std::min(ItemsLeft, ColumnsPerRow); in typesetLinesAndColumns()