Searched refs:nextColumn (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp90 int32 nextColumn = current % columns + deltaX; local
91 if (nextColumn >= columns)
92 nextColumn = columns - 1;
93 else if (nextColumn < 0)
94 nextColumn = 0;
102 int32 next = nextColumn + nextRow * columns;
/haiku/src/apps/terminal/
H A DTermView.cpp1422 int nextColumn = lastColumn + 1; local
1424 fFontWidth * nextColumn - 1, 0);
1437 nextColumn = i + count;
1449 i = nextColumn;

Completed in 50 milliseconds