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

/haiku-fatelf/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-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DTable.java443 int totalWidth = 0;
448 totalWidth += width;
454 float totalError = 100 - totalWidth;
/haiku-fatelf/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-fatelf/src/preferences/printers/
H A DPrinterListView.cpp411 float totalWidth = bounds.Width() - iconColumnWidth; local
415 if (totalWidth < maximumWidth) {
416 width = fLayoutData.fRightColumnMaximumWidth * totalWidth /
462 owner->TruncateString(&s, B_TRUNCATE_BEGINNING, totalWidth);
/haiku-fatelf/src/kits/interface/
H A DInterfaceDefs.cpp1429 float totalWidth = 0; local
1432 if (totalWidth + charWidth > width) {
1434 while (totalWidth + ellipsisWidth > width) {
1444 totalWidth -= escapementArray[i] * fontSize;
1452 totalWidth += charWidth;
1460 float totalWidth = 0; local
1463 if (totalWidth + charWidth > width) {
1465 while (totalWidth + ellipsisWidth > width) {
1475 totalWidth -= escapementArray[i] * fontSize;
1483 totalWidth
[all...]
H A DAlert.cpp526 float totalWidth = kRightOffset + fButtons[buttonCount - 1]->Frame().right local
529 totalWidth += (kIconStripeWidth + kWindowIconOffset) * iconLayoutScale;
531 totalWidth += kWindowMinOffset;
536 ResizeTo(max_c(totalWidth, width), Bounds().Height());
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DTable.java497 int totalWidth = 0;
502 totalWidth += width;
508 float totalError = 100 - totalWidth;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DTable.java504 int totalWidth = 0;
509 totalWidth += width;
515 float totalError = 100 - totalWidth;

Completed in 179 milliseconds