Home
last modified time | relevance | path

Searched refs:toColumn (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DGridLayout.cpp719 int32 toColumn = min_c(column + columnCount, fColumnCount); in _AreGridCellsEmpty() local
722 for (int32 x = column; x < toColumn; x++) { in _AreGridCellsEmpty()