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

/haiku/src/apps/diskusage/
H A DInfoWindow.cpp132 float leftWidth = 32.0; local
138 leftWidth = max_c(leftWidth, w);
146 float winWidth = leftWidth + rightWidth;
149 LeftView *leftView = new LeftView(BRect(0.0, 0.0, leftWidth, winHeight),
152 BRect(leftWidth + 1.0, 0.0, winWidth, winHeight), NULL,
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1854 float leftWidth = 0; local
1864 if (leftWidth + rightWidth + charWidth > width) {
1866 while (leftWidth + rightWidth + ellipsisWidth > width) {
1877 || leftWidth > rightWidth)) {
1879 leftWidth -= escapementArray[--leftIndex]
1895 leftWidth += charWidth;
1901 left = rightWidth > leftWidth;

Completed in 87 milliseconds