Searched refs:bottom (Results 101 - 125 of 576) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.h27 rgb_color right, rgb_color bottom);
/haiku/src/apps/haikudepot/ui_generic/
H A DScrollableGroupView.cpp48 layoutHeight = lastItem->Frame().bottom;
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp38 colorSquare.bottom -= 2;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp102 r.top = r.bottom + 1;
103 r.bottom = bounds.bottom;
170 rect.top = rect.bottom/2 + 1;
/haiku/src/tests/kits/interface/
H A DSliderTest.cpp26 rect.bottom = rect.top + view->Bounds().Height() + 10;
55 rect.bottom = rect.top + 30;
92 rect.bottom = rect.top + 100;
106 rect.bottom = view->Bounds().Height() - 20;
/haiku/src/libs/print/libprint/
H A DPreview.cpp114 return BRect(rect.top, rect.left, rect.bottom, rect.right);
124 rect.bottom /= factor;
534 r.bottom += kPreviewTopMargin + kPreviewBottomMargin;
626 if ((paperRect.bottom + 2 * offsetY) < rect.bottom)
627 offsetY = (rect.bottom - (paperRect.bottom + 2 * offsetY)) / 2;
657 float bottom = r.bottom + 1 + kShadowWidth; local
659 FillRect(BRect(x, y, right, bottom));
[all...]
H A DPageSetupDlg.cpp103 margin.bottom = paper.bottom - margin.bottom;
283 swap(&paper_rect.right, &paper_rect.bottom);
285 swap(&physical_rect.right, &physical_rect.bottom);
295 printable_rect.bottom = paper_rect.bottom - margin.bottom;
300 printable_rect.bottom = min_c(printable_rect.bottom, physical_rec
[all...]
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp24 while (size < 48 && y - size < bounds.bottom) {
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp157 rect.left, rect.top, rect.right, rect.bottom));
335 invalid.right, invalid.bottom));
363 // grey along the bottom of the tab
367 fTitleBarRect.bottom + 1),
369 fTitleBarRect.bottom + 1),
380 BPoint(r.left + i, r.bottom - i), colors[i]);
383 // bottom
389 fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
390 BPoint(r.right - i, r.bottom - i),
402 BPoint(r.right - i, r.bottom
[all...]
/haiku/src/apps/switcher/
H A DLaunchButton.cpp387 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col1);
389 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2);
390 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2);
392 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col3);
394 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col4);
395 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col4);
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp42 rect.bottom = 200;
90 rect.bottom = 200;
/haiku/src/kits/interface/
H A DToolTipManager.cpp198 } else if (size.height > screenFrame.bottom - where.y
199 && screenFrame.bottom - where.y > screenFrame.Height() / 2) {
200 size.height = screenFrame.bottom - where.y - offset.y;
264 else if (location.y + size.height > screenFrame.bottom)
265 location.y = screenFrame.bottom - size.height;
270 if (location.y + size.height > screenFrame.bottom) {
294 } else if (screenFrame.bottom < where.y + size.height)
295 size.height -= screenFrame.bottom - where.y;
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp78 if (o.y > f.bottom)
79 o.y = f.bottom;
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp302 m_idealSize.bottom += B_H_SCROLL_BAR_HEIGHT;
304 m_parameters->MoveTo(0.0, menuBar->Bounds().bottom + 1.0);
305 m_idealSize.bottom += menuBar->Bounds().bottom + 1.0;
358 if (windowRect.bottom > screenRect.bottom) {
359 windowRect.bottom = screenRect.bottom - 5.0;
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp44 int32 left, int32 top, int32 right, int32 bottom)
59 for (int32 y = top; y <= bottom; y++) {
43 vga_planar_blit(vesa_shared_info *info, uint8 *src, int32 srcBPR, int32 left, int32 top, int32 right, int32 bottom) argument
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.cpp120 if (wndpt.y > frame.bottom)
121 wndpt.y = frame.bottom;
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoAddOn.cpp92 size.bottom = info->in_formats[0].u.raw_video.display.line_count;
94 size.bottom = 240;
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c171 uint16 left, top, right, bottom; local
228 bottom = list->bottom;
235 *((vuint16 *)(mmRegs+0x9a)) = bottom-top;
238 *((vuint16 *)(mmRegs+0xae)) = bottom-top;
241 *((vuint16 *)(mmRegs+0xb6)) = bottom-top;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp62 void CCapture::SetClip(int left, int top, int right, int bottom) argument
65 left, top, right, bottom));
67 fClip.SetTo(left, top, right, bottom);
79 void CCapture::SetVBIClip(int left, int top, int right, int bottom) argument
82 left, top, right, bottom));
84 fVBIClip.SetTo(left, top, right, bottom);
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp45 polygon[2].y = b.bottom;
49 polygon[3].y = b.bottom;
76 morph(&polygon[0].y, &polygon[0].direction_y, b.top, b.bottom);
77 morph(&polygon[1].y, &polygon[1].direction_y, b.top, b.bottom);
78 morph(&polygon[2].y, &polygon[2].direction_y, b.top, b.bottom);
79 morph(&polygon[3].y, &polygon[3].direction_y, b.top, b.bottom);
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp75 float bottom = top + h; local
95 StrokeRect(BRect(left - 1, top - 1, right + 1, bottom + 1));
101 FillRect(BRect(left, bottom - bar_height, right, bottom - bar_height));
104 FillRect(BRect(left, bottom - bar_height + 1, right, bottom));
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp48 BRect rect = BRect(rectString.left, rectString.bottom + SPACE,
49 rectString.right, rectString.bottom + SPACE + 200);
52 rectString = BRect(rect.left, rect.bottom + SPACE, rect.right,
53 rect.bottom + SPACE + 15);
57 rect = BRect(rectString.left, rectString.bottom + SPACE, rectString.right,
58 Bounds().bottom -20);
/haiku/src/preferences/appearance/
H A DCurView.cpp105 rect.top=bmpview->Frame().bottom+30;
106 rect.bottom=rect.top+100;
129 cvrect.OffsetTo( (Bounds().Width()-200)/2,scrollview->Frame().bottom+20);
455 r.bottom-=10;
472 drawrect.bottom=r.Height();
478 drawrect.bottom=(r.Width()*bitmap->Bounds().Height())/bitmap->Bounds().Width();
/haiku/src/apps/processcontroller/
H A DUtilities.cpp161 frame.bottom = frame.top + height;
166 if (frame.bottom > screen.bottom)
167 window->MoveBy(0, screen.bottom-frame.bottom);
183 rect.bottom = frame.top + (frame.Height() + barHeight) / 2;
/haiku/src/kits/tracker/
H A DTests.cpp184 view->DrawString(buffer, BPoint(20, bounds.bottom - 20));
190 view->DrawString(buffer, BPoint(20, bounds.bottom - 30));
194 view->DrawString(buffer, BPoint(20, bounds.bottom - 40));
242 view->DrawString(buffer, BPoint(20, bounds.bottom - 20));
247 view->DrawString(buffer, BPoint(20, bounds.bottom - 30));
250 view->DrawString(buffer, BPoint(20, bounds.bottom - 40));

Completed in 528 milliseconds

1234567891011>>