Searched refs:bottom (Results 51 - 75 of 576) sorted by relevance

1234567891011>>

/haiku/src/apps/launchbox/
H A Dsupport.h28 rgb_color right, rgb_color bottom);
/haiku/headers/os/interface/
H A DSplitLayoutBuilder.h28 float bottom);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp187 if (windowRect.bottom > screenRect.bottom) {
188 windowRect.bottom = screenRect.bottom - 5.0;
/haiku/src/apps/terminal/
H A DSmartTabView.cpp57 buttonRect.bottom = frame.top + TabHeight() - 1;
75 SmartTabView::SetInsets(float left, float top, float right, float bottom) argument
80 fInsets.bottom = bottom;
138 ContainerView()->Bounds().Height() - fInsets.top - fInsets.bottom);
171 if (Window()->Frame().bottom + TabHeight()
172 > screen.Frame().bottom - 5) {
206 if (Window()->Frame().bottom
207 > screen.Frame().bottom - 5 - TabHeight()) {
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp225 double left, top, right, bottom; local
226 agg::bounding_rect(*fSource, pathID, 0, 1, &left, &top, &right, &bottom);
227 BRect newFromBox = BRect(left, top, right, bottom);
247 x = fFromBox.left; y = fFromBox.bottom;
251 x = fFromBox.right; y = fFromBox.bottom;
279 fFromBox.right, fFromBox.bottom, quad);
283 fFromBox.right, fFromBox.bottom);
315 w = fFromBox.left * w0 + fFromBox.bottom * w1 + w2;
319 w = fFromBox.right * w0 + fFromBox.bottom * w1 + w2;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp202 BPoint(innerRect.left, innerRect.bottom - 1), B_MIXED_COLORS);
204 BPoint(innerRect.right, innerRect.bottom - 1), B_MIXED_COLORS);
207 StrokeLine(BPoint(innerRect.left + 1, innerRect.bottom),
208 BPoint(innerRect.right - 1, innerRect.bottom), B_MIXED_COLORS);
214 BPoint(innerRect.left, innerRect.bottom - 6), B_MIXED_COLORS);
216 BPoint(innerRect.right, innerRect.bottom - 6), B_MIXED_COLORS);
219 StrokeLine(BPoint(innerRect.left + 6, innerRect.bottom),
220 BPoint(innerRect.right - 6, innerRect.bottom), B_MIXED_COLORS);
226 BPoint(innerRect.left, innerRect.bottom - 7), B_MIXED_COLORS);
228 BPoint(innerRect.right, innerRect.bottom
[all...]
H A DConfigView.cpp79 rect.top = rect.bottom + 10.0f;
80 rect.bottom = rect.top + 15.0f;
135 rect.top = fActiveButton->Frame().bottom + 5.0f;
165 float right, bottom; local
169 bottom = fFadeCheckBox->Frame().bottom;
173 bottom = fIdleButton->Frame().bottom;
177 bottom = fIconWidthControl->Frame().bottom;
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp192 fFrame.right + 4, fFrame.bottom + 4));
208 fFrame.left - 1, fFrame.bottom));
210 fFrame.right + 4, fFrame.bottom - 11));
211 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.bottom + 1,
212 fFrame.right - 11, fFrame.bottom + 4));
213 fBorderRegion.Include(BRect(fFrame.right - 10, fFrame.bottom - 10,
214 fFrame.right + 4, fFrame.bottom + 4));
302 fFrame.bottom += y;
737 fDrawingEngine->StrokeLine(BPoint(frame.left, frame.bottom),
742 BPoint(frame.right, frame.bottom
[all...]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp102 rect.left, rect.top, rect.right, rect.bottom));
275 rect.right, rect.bottom));
300 BPoint(r.left + i, r.bottom - i), colors[i]);
307 // bottom
313 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
314 BPoint(r.right - i, r.bottom - i),
325 BPoint(r.right - i, r.bottom - i),
367 // grey along the bottom of the tab
371 fTitleBarRect.bottom + 1),
373 fTitleBarRect.bottom
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp84 rect.left, rect.top, rect.right, rect.bottom));
198 rect.right, rect.bottom));
232 // grey along the bottom of the tab
237 BPoint(fTitleBarRect.left + 2, fTitleBarRect.bottom + i),
238 BPoint(fTitleBarRect.right - 2, fTitleBarRect.bottom + i),
252 BPoint(border.left + i, border.bottom - i),
256 // bottom
264 BPoint(border.left + i, border.bottom - i),
265 BPoint(border.right - i, border.bottom - i),
278 BPoint(border.right - i, border.bottom
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp67 int32 left, top, right, bottom; local
68 rect_to_int(r, left, top, right, bottom);
80 for (; top <= bottom; top++) {
133 for (; top <= bottom; top++) {
160 for (; top <= bottom; top++) {
187 for (; top <= bottom; top++) {
206 for (; top <= bottom; top++) {
225 for (; top <= bottom; top++) {
244 for (; top <= bottom; top++) {
263 for (; top <= bottom; to
[all...]
/haiku/src/libs/alm/
H A DArea.cpp66 * Gets the bottom tab of the area.
131 * Sets the bottom tab of the area.
134 Area::SetBottom(BReference<YTab> bottom) argument
136 fBottom = bottom;
148 * Gets the row that defines the top and bottom tabs.
241 Area::GetInsets(float* left, float* top, float* right, float* bottom) const
249 if (bottom)
250 *bottom = fRightBottomInset.Height();
297 * Gets bottom inset between area and its content.
337 Area::SetInsets(float left, float top, float right, float bottom) argument
391 SetBottomInset(float bottom) argument
536 _Init(LinearSpec* ls, XTab* left, YTab* top, XTab* right, YTab* bottom, RowColumnManager* manager) argument
[all...]
/haiku/src/libs/print/libprint/
H A DMarginView.cpp138 r.bottom -= (fMargins.bottom / fPageHeight) * pageHeight;
301 float bottom = atof(fBottom->Text()); local
310 bottom *= kInchUnits;
317 bottom *= kCMUnits;
323 margin.Set(left, top, right, bottom);
411 //bottom
413 str << fMargins.bottom/fUnitValue;
414 fBottom = new BTextControl("bottom", "Bottom:", str.String(), NULL);
534 float bottom local
603 str << bottom; local
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.h52 void SetClip(int left, int top, int right, int bottom);
56 void SetVBIClip(int left, int top, int right, int bottom);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp86 StrokeLine(BPoint(r.left, r.bottom - 1),
91 // right/bottom
101 BPoint(r.right, r.bottom), kDottedBig);
102 StrokeLine(BPoint(r.right - 1, r.bottom),
103 BPoint(r.left, r.bottom), kDottedBig);
244 AddLine(BPoint(r.left, r.bottom - 1), BPoint(r.left, r.top), leftTop);
246 AddLine(BPoint(r.right, r.top + 1), BPoint(r.right, r.bottom),
248 AddLine(BPoint(r.right - 1, r.bottom), BPoint(r.left, r.bottom),
/haiku/src/bin/network/telnet/
H A Dring.c82 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
110 ring->supply = ring->consume = ring->bottom = buffer;
112 ring->top = ring->bottom+ring->size;
185 ring->bottom <= ring->clearto &&
186 ring->bottom + ((ring->consume + count) - ring->top))
195 ring->consume = ring->supply = ring->bottom;
306 (*encryptor)(ring->bottom, s - ring->bottom);
/haiku/src/bin/rc/tests/
H A Dbuiltin.rdef18 float bottom
/haiku/src/kits/interface/
H A DGridLayoutBuilder.cpp103 BGridLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
105 fLayout->SetInsets(left, top, right, bottom);
H A DSplitLayoutBuilder.cpp86 BSplitLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
88 fView->SetInsets(left, top, right, bottom);
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp52 BRect browseBounds(textBounds.right + 5,textBounds.top, appBounds.right - 5, textBounds.bottom);
57 BRect playBounds(textBounds.left,textBounds.bottom + 15, textBounds.left + 50, textBounds.bottom + 25);
62 BRect pauseBounds(playBounds.right + 10,playBounds.top, playBounds.right + 60, playBounds.bottom);
67 BRect delayBounds(pauseBounds.right + 10, pauseBounds.top,pauseBounds.right + 150, pauseBounds.bottom);
73 BRect loopBounds(playBounds.left,playBounds.bottom + 20, playBounds.left + 150, playBounds.bottom + 30);
78 BRect preloadBounds(loopBounds.right + 10,loopBounds.top, loopBounds.right + 150, loopBounds.bottom);
/haiku/src/tests/servers/app/benchmark/
H A DRandomLineTest.cpp52 float vMiddle = (fViewBounds.top + fViewBounds.bottom) / 2;
62 b.y = random_number_between(vMiddle, fViewBounds.bottom);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp19 b.bottom = b.bottom * 2.0;
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h36 const int32 bottom = (int32)destinationRect.bottom; local
44 || bottom - offset.y >= (int32)bitmap.height()) {
49 right - offset.x, bottom - offset.y,
66 fRect.bottom = min_c(baseRenderer.ymax(), bottom);
67 if (fRect.top <= fRect.bottom) {
74 for (; fRect.top <= fRect.bottom; fRect.top++) {
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp42 rect.bottom = rect.top + 25;
49 rect.bottom = rect.top + 15;
67 rect.bottom = rect.top + 15;
71 rect.top = rect.bottom + 5;
72 rect.bottom = rect.top + 15;
83 rect.bottom = rect.top + 15;
87 rect.top = rect.bottom + 5;
88 rect.bottom = rect.top + 15;
/haiku/src/preferences/input/
H A DKeyboardView.cpp82 pt.y = fRepeatSlider->Frame().bottom - 35
88 pt.y = fDelaySlider->Frame().bottom - 35

Completed in 121 milliseconds

1234567891011>>