Searched refs:borderWidth (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/kits/interface/
H A DTabView.cpp1464 float borderWidth = _BorderWidth(); local
1483 float inset = borderWidth + TabHeight() - topBorderOffset;
1486 layout->SetInsets(borderWidth, inset, borderWidth,
1487 borderWidth);
1490 layout->SetInsets(borderWidth, borderWidth, borderWidth,
1494 layout->SetInsets(inset, borderWidth, borderWidth,
[all...]
H A DWindow.cpp1595 float borderWidth; local
1597 _GetDecoratorSize(&borderWidth, &tabHeight);
1600 zoomArea.left += borderWidth;
1601 zoomArea.top += borderWidth + tabHeight;
1602 zoomArea.right -= borderWidth;
1603 zoomArea.bottom -= borderWidth;
1614 zoomArea.left = screenFrame.left + borderWidth;
1615 zoomArea.right = screenFrame.right - borderWidth;
1988 float borderWidth = 5.0; local
1993 settings.FindFloat("border width", &borderWidth);
2508 float borderWidth; local
3848 float borderWidth; local
4054 float borderWidth = 5.0; local
[all...]
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp232 float borderWidth = 0; local
233 if (decoratorSettings.FindFloat("border width", &borderWidth) != B_OK)
234 borderWidth = 5;
236 - fDownloadWindow->Frame().Width() - borderWidth,
238 - borderWidth);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp210 #define COLORS_INDEX(i, borderWidth, nominalLimit) int32((float(i) / float(borderWidth)) * nominalLimit)
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp589 float borderWidth = window->GetBorderWidth(); local
596 windowFrame.InsetBy(-borderWidth, -(tabHeight + borderWidth));
725 float borderWidth = 0; local
730 borderWidth = windowSettings.FindFloat("border width");
732 fBorderWidth = borderWidth;
760 while (width + 2 * borderWidth > screenWidth
761 || height + 2 * borderWidth + GetTabHeight() > screenHeight) {
767 frame.OffsetBy(-2.0 * borderWidth, -2.0 * borderWidth);
[all...]
/haiku/src/apps/showimage/
H A DProgressWindow.cpp74 int32 borderWidth; local
75 if (settings.FindInt32("border width", &borderWidth) != B_OK)
76 borderWidth = 5;
78 MoveTo(screen.Frame().left + borderWidth,
79 screen.Frame().bottom - Bounds().Height() - borderWidth);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp891 float borderWidth = 0; local
896 borderWidth = 1;
900 borderWidth = 2;
904 r.left += borderWidth;
906 r.top += borderWidth;
908 r.right -= borderWidth;
910 r.bottom -= borderWidth;

Completed in 63 milliseconds