Searched refs:bottom (Results 26 - 50 of 576) sorted by relevance

1234567891011>>

/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp81 hsBounds.top = hsBounds.bottom + 1;
83 hsBounds.bottom = hsBounds.top + B_H_SCROLL_BAR_HEIGHT + 1;
95 vsBounds.bottom++;
134 m_boundsRect.left, m_boundsRect.bottom, m_boundsRect.right, m_boundsRect.top+height));
139 m_boundsRect.right, m_boundsRect.top, m_boundsRect.left+width, m_boundsRect.bottom));
166 m_vScroll->SetRange(m_dataRect.top, m_dataRect.bottom - height);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp30 frame.bottom);
33 frame.right, frame.bottom);
81 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
100 StrokeLine(BPoint(r.right - (width / lineCount) * i, r.bottom),
101 BPoint(r.right, r.bottom - (height / lineCount) * i));
103 StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.top));
208 fSourceRect.bottom = where.y;
215 fDestRect.bottom = where.y;
222 min4(before.top, before.bottom, after.top, after.bottom),
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp48 rect.top = floorf((rect.top + rect.bottom) / 2);
49 rect.bottom = rect.top + 1;
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp163 if (windowRect.bottom > screenRect.bottom) {
164 windowRect.bottom = screenRect.bottom - 5.0;
/haiku/src/servers/app/decorator/
H A DMagneticBorder.cpp65 float bottomDist = fabs(frame.bottom - screenFrame.bottom);
81 delta.y = screenFrame.bottom - originalFrame.bottom;
H A DTabDecorator.cpp76 frame.left, frame.top, frame.right, frame.bottom));
103 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom));
151 // Part of the bottom and right borders may be a resize-region, so we have
167 fBottomBorder.bottom - fBorderResizeLength),
269 // calculate left/top/right/bottom borders
274 fFrame.left - 1, fFrame.bottom);
277 fFrame.right + fBorderWidth, fFrame.bottom);
282 fBottomBorder.Set(fFrame.left - fBorderWidth, fFrame.bottom + 1,
283 fFrame.right + fBorderWidth, fFrame.bottom + fBorderWidth);
297 fBottomBorder.bottom
[all...]
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp57 if (screenFrame.bottom < windowRect.bottom + kMargin)
58 MoveBy(0, - kMargin - windowRect.bottom + screenFrame.bottom);
/haiku/headers/libs/alm/
H A DALMGroup.h39 ALMGroup& operator/(const ALMGroup& bottom);
43 XTab* right = NULL, YTab* bottom = NULL);
56 BReference<YTab> bottom) const;
/haiku/src/preferences/filetypes/
H A DDropTargetListView.cpp41 rect.bottom--;
88 rect.bottom = rect.top + 1;
92 rect.top = rect.bottom - 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp88 viewFrame.bottom -= fInsets.bottom;
105 float verticalInsets = fInsets.top + fInsets.bottom - 1;
/haiku/src/apps/pulse/
H A DCPUButton.cpp78 rect.top = rect.bottom - 7;
100 bounds.bottom -= 4;
103 bounds.bottom -= 7;
109 color_rect.bottom -= 1;
122 end.Set(0, bounds.bottom);
133 end.Set(1, bounds.bottom - 1);
141 start.Set(bounds.left + 1, bounds.bottom - 1);
142 end.Set(bounds.right - 1, bounds.bottom - 1);
152 start.Set(bounds.left, bounds.bottom);
153 end.Set(bounds.right, bounds.bottom);
[all...]
H A DProgressBar.cpp22 float height = (r.bottom - r.top) - 8;
115 end.Set(left, bounds.bottom);
161 frame.bottom));
163 BPoint(frame.left + 1, frame.bottom));
167 BPoint(frame.right - 1, frame.bottom));
169 BPoint(frame.right, frame.bottom));
170 StrokeLine(BPoint(frame.left+1, frame.bottom - 1),
171 BPoint(frame.right - 1, frame.bottom - 1));
172 StrokeLine(BPoint(frame.left, frame.bottom),
173 BPoint(frame.right, frame.bottom));
[all...]
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp110 r.bottom = r.top + B_MINI_ICON - 1.0;
120 r.bottom = r.top + m_fontHeight.ascent + m_fontHeight.descent;
136 BPoint labelOffset(r.left + 1.0, r.bottom - m_fontHeight.descent);
208 r.bottom = fh.ascent + fh.descent + fh.leading;
209 if (r.bottom < B_MINI_ICON) {
210 r.bottom = B_MINI_ICON;
212 r.bottom += 2 * M_ICON_V_MARGIN;
213 if (Height() > r.bottom) {
214 r.bottom = Height();
240 r.bottom
[all...]
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp27 rgb_color right, rgb_color bottom)
31 v->AddLine(BPoint(r.left, r.bottom),
36 BPoint(r.right, r.bottom), right);
37 v->AddLine(BPoint(r.right - 1.0, r.bottom),
38 BPoint(r.left + 1.0, r.bottom), bottom); local
101 // bottom or right border
158 frame.bottom -= frame.Height() - screenFrame.Height() + 30.0;
162 if (frame.bottom > screenFrame.bottom)
26 stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top, rgb_color right, rgb_color bottom) argument
[all...]
/haiku/src/libs/print/libprint/
H A DValidRect.cpp94 int bottom; local
95 for (bottom = fBottom; bottom >= fTop; bottom --) {
102 return bottom;
159 fBottom = rect->bottom;
169 // get bottom bound
190 rect->bottom = fBottom;
/haiku/src/preferences/appearance/
H A DColorPreview.cpp72 AddLine(BPoint(bounds.left, bounds.bottom),
77 BPoint(bounds.right, bounds.bottom), light);
78 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
79 BPoint(bounds.left + 1.0, bounds.bottom), light);
84 AddLine(BPoint(bounds.left, bounds.bottom),
89 BPoint(bounds.right, bounds.bottom), background);
90 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
91 BPoint(bounds.left + 1.0, bounds.bottom), background);
155 rect.top = roundf(rect.bottom / 2.0f + 1);
272 --rect.bottom;
[all...]
/haiku/src/apps/terminal/
H A DColorPreview.cpp72 AddLine(BPoint(bounds.left, bounds.bottom),
77 BPoint(bounds.right, bounds.bottom), light);
78 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
79 BPoint(bounds.left + 1.0, bounds.bottom), light);
84 AddLine(BPoint(bounds.left, bounds.bottom),
89 BPoint(bounds.right, bounds.bottom), background);
90 AddLine(BPoint(bounds.right - 1.0, bounds.bottom),
91 BPoint(bounds.left + 1.0, bounds.bottom), background);
155 rect.top = roundf(rect.bottom / 2.0f + 1);
272 --rect.bottom;
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp39 view->MovePenTo(frame.left, frame.bottom - 5);
42 view->DrawChar('B', BPoint(frame.left + 20, frame.bottom - 5));
51 float baseline = frame.bottom - height.descent;
66 float baseline = frame.bottom - height.descent;
82 float baseline = frame.bottom - height.descent;
110 float baseline = frame.bottom - height.descent;
141 points[0] = BPoint(frame.left, frame.bottom);
152 points[0] = BPoint(frame.left, frame.bottom);
187 points[1] = BPoint(frame.right, frame.bottom);
189 points[3] = BPoint(frame.left, frame.bottom);
[all...]
/haiku/src/tests/servers/app/following/
H A Dmain.cpp62 r.bottom -= 15.0;
63 StrokeLine(r.RightTop(), BPoint(r.right, Bounds().bottom));
64 StrokeLine(r.LeftBottom(), BPoint(Bounds().right, r.bottom));
73 r.bottom -= 15.0;
76 else if (r.bottom < where.y && r.right < where.x)
78 else if (r.bottom < where.y)
/haiku/src/apps/resedit/
H A DImageEditor.cpp62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
81 Bounds().bottom - fOK->Bounds().Height() - 10);
90 fImageView->Frame().bottom + fOK->Frame().Height() + 20);
92 SetSizeLimits(Bounds().right, 30000, Bounds().bottom, 30000);
112 fImageView->Frame().bottom + fOK->Frame().Height() + 20);
122 fNameBox->Frame().bottom + 10);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp41 rect.bottom = rect.top;
57 rect.bottom += textHeight + 5;
62 rect.top = rect.bottom + 5;
63 rect.bottom = rect.top + 20;
70 rect.top = rect.bottom + 10;
71 rect.bottom = rect.top + 25;
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp61 rect.bottom += 15;
104 r.bottom += 18;
110 r.bottom = r.top + 30;
120 AddLine(BPoint(r.left+10, r.top), BPoint(r.left+10, r.bottom),
122 AddLine(BPoint(r.left+20, r.top), BPoint(r.left+20, r.bottom),
138 r.bottom += 20;
165 BRect thumbRect(x - 3, r.top, x + 3, r.bottom);
170 r.bottom += 20;
216 rect.bottom += number;
224 float col1bot = rect.bottom
[all...]
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp64 rect.bottom = rect.top
67 + 3 * 5; // space beween controls and bottom of box
72 rect.bottom = rect.top + 20;
74 rect.top = rect.bottom + 5;
75 rect.bottom = rect.top + 20;
85 rect.top = rect.bottom + 5;
86 rect.bottom = rect.top + 20;
95 rect.top = rect.bottom + 10;
96 rect.bottom = rect.top + 15;
101 rect.top = rect.bottom
[all...]
/haiku/headers/private/interface/
H A DShapePrivate.h79 bounds.bottom = ptList[0].y;
91 if (bounds.bottom < ptList[i].y)
92 bounds.bottom = ptList[i].y;
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp65 button->MoveTo(frame.right - button->Bounds().Width(), frame.bottom + 10.0);
66 customBox->ResizeTo(frame.right + 10.0, button->Frame().bottom + 10.0);
69 ResizeTo(frame.right + 10.0, frame.bottom + 10.0);

Completed in 273 milliseconds

1234567891011>>