Searched refs:totalWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp90 float totalWidth = Bounds().Width() + fPopupWindow->Frame().Width(); local
92 leftLocation.x += fHPopupAlignment * totalWidth;
/haiku/src/preferences/printers/
H A DPrinterListView.cpp415 float totalWidth = bounds.Width() - iconColumnWidth; local
419 if (totalWidth < maximumWidth) {
420 width = fLayoutData.fRightColumnMaximumWidth * totalWidth /
465 owner->TruncateString(&s, B_TRUNCATE_BEGINNING, totalWidth);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp108 float totalWidth = frame.Width(); local
113 float pageWidth = totalWidth;
114 float pageHeight = totalWidth * fPageHeight / fPageWidth;
122 offset.x = static_cast<int>((totalWidth - pageWidth) / 2);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1791 float totalWidth = 0; local
1794 if (totalWidth + charWidth > width) {
1796 while (totalWidth + ellipsisWidth > width) {
1806 totalWidth -= escapementArray[i] * fontSize;
1814 totalWidth += charWidth;
1822 float totalWidth = 0; local
1825 if (totalWidth + charWidth > width) {
1827 while (totalWidth + ellipsisWidth > width) {
1837 totalWidth -= escapementArray[i] * fontSize;
1845 totalWidth
[all...]

Completed in 64 milliseconds