Searched refs:LeftBottom (Results 1 - 25 of 78) sorted by path

1234

/haiku/headers/os/interface/
H A DRect.h38 BPoint LeftBottom() const;
106 BRect::LeftBottom() const function in class:BRect
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp293 pt = r.LeftBottom();
298 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(), fFrameLowerColor);
304 pt = r.LeftBottom();
309 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(), fFrameLowColor);
499 fDrawingEngine->StrokeLine(closeBox.RightTop(), closeBox.LeftBottom());
502 fDrawingEngine->StrokeLine(closeBox.RightTop(), closeBox.LeftBottom());
718 fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom());
726 point = rect.LeftBottom();
736 fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom());
744 point = rect.LeftBottom();
[all...]
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp92 fAdditiveCB->MoveTo(bounds.LeftBottom());
107 fSpeedS->MoveTo(bounds.LeftBottom());
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp112 dropRateSlider->MoveTo(bounds.LeftBottom());
122 leafSizeSlider->MoveTo(bounds.LeftBottom());
132 sizeVariationSlider->MoveTo(bounds.LeftBottom());
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp306 v->AddLine(r.RightBottom(), r.LeftBottom(), M_MED_GRAY_COLOR);
307 v->AddLine(r.LeftBottom(), r.LeftTop(), M_MED_GRAY_COLOR);
313 v->AddLine(r.RightBottom(), r.LeftBottom(), tint_color(M_MED_GRAY_COLOR, B_LIGHTEN_1_TINT));
314 v->AddLine(r.LeftBottom(), r.LeftTop(), M_LIGHT_GRAY_COLOR);
338 v->MovePenTo(r.LeftBottom());
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp92 StrokeLine(r.LeftBottom(), r.RightBottom());
96 StrokeLine(r.LeftTop(), r.LeftBottom());
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp36 view->StrokeLine(bgRect.LeftBottom(), bgRect.RightBottom());
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp283 float rulerStart = fFrame.LeftBottom().*pointField;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp114 StrokeLine(r.LeftBottom(), r.LeftTop(), B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp62 StrokeLine(b.LeftBottom(), b.RightTop());
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp206 gradient.SetEnd(rect.LeftBottom());
/haiku/src/apps/resedit/
H A DBitmapView.cpp306 AddLine(r.LeftTop(), r.LeftBottom(), work);
311 AddLine(r.LeftBottom(), r.RightBottom(), work);
320 AddLine(r.LeftTop(), r.LeftBottom(), work);
325 AddLine(r.LeftBottom(), r.RightBottom(), work);
336 AddLine(r.LeftTop(), r.LeftBottom(), work);
341 AddLine(r.LeftBottom(), r.RightBottom(), work);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp284 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-7, 25));
292 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-48, 25));
300 playRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-82, 25));
307 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-133, 25));
315 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-174, 25));
322 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-250, 21));
/haiku/src/kits/shared/
H A DBitmapButton.cpp84 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
/haiku/src/kits/tracker/
H A DMiniMenuField.cpp122 AddLine(rect.RightBottom(), rect.LeftBottom(), darkest);
123 AddLine(rect.LeftBottom(), rect.LeftTop(), medium);
125 AddLine(bounds.LeftBottom() + BPoint(2, 0), bounds.RightBottom(), dark);
129 AddLine(rect.RightBottom(), rect.LeftBottom(), medium);
130 AddLine(rect.LeftBottom(), rect.LeftTop(), light);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp208 StrokeLine(rect.RightTop(), rect.LeftBottom());
/haiku/src/servers/app/
H A DIntRect.h39 IntPoint LeftBottom() const;
111 IntRect::LeftBottom() const function in class:IntRect
/haiku/src/servers/notification/
H A DAppGroupView.cpp57 StrokeLine(bounds.LeftTop(), bounds.LeftBottom());
128 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
H A DNotificationWindow.cpp364 location = BScreen().Frame().LeftBottom();
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp117 AddLine(r.LeftTop(), r.LeftBottom(), rgb_black);
119 AddLine(r.LeftBottom(), r.RightBottom(), rgb_black);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp1007 view->StrokeLine(frame.LeftBottom(), frame.RightTop());
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.cpp52 container->StrokeLine(rect.RightTop(), rect.LeftBottom());
H A DTestView.cpp47 StrokeLine(bounds.LeftBottom(), bounds.RightTop());
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp107 AddLine(r.RightBottom(), r.LeftBottom(), shadow);
108 AddLine(r.LeftBottom(), r.LeftTop(), light);
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp220 _DrawCross(fBitmapRect.LeftBottom() + BPoint(-1.0, 1.0), red);
265 else if (hit_test(where, fBitmapRect.LeftBottom()))
272 else if (hit_test(where, fBitmapRect.LeftTop(), fBitmapRect.LeftBottom()))
276 else if (hit_test(where, fBitmapRect.LeftBottom(), fBitmapRect.RightBottom()))

Completed in 208 milliseconds

1234