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

/haiku/src/apps/diskusage/
H A DInfoWindow.cpp133 float rightWidth = 0.0; local
140 rightWidth = max_c(rightWidth, w);
146 float winWidth = leftWidth + rightWidth;
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1855 float rightWidth = 0; local
1864 if (leftWidth + rightWidth + charWidth > width) {
1866 while (leftWidth + rightWidth + ellipsisWidth > width) {
1877 || leftWidth > rightWidth)) {
1883 rightWidth -= escapementArray[++rightIndex]
1898 rightWidth += charWidth;
1901 left = rightWidth > leftWidth;

Completed in 71 milliseconds