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

1234

/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);
H A DCountView.cpp240 MovePenTo(textRect.LeftBottom());
258 AddLine(barberPoleRect.LeftTop(), barberPoleRect.LeftBottom(), shadow);
259 AddLine(barberPoleRect.LeftBottom(), barberPoleRect.RightBottom(), light);
302 BPoint point = Bounds().LeftBottom();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTestView.cpp47 StrokeLine(bounds.LeftBottom(), bounds.RightTop());
H A DCheckBox.cpp52 container->StrokeLine(rect.RightTop(), rect.LeftBottom());
/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/decorators/MacDecorator/
H A DMacDecorator.cpp298 BPoint pt2 = r.LeftBottom();
407 offset = r.LeftBottom();
448 fDrawingEngine->StrokeLine(r.LeftTop(), r.LeftBottom(),
452 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
457 fDrawingEngine->StrokeLine(r.LeftTop(), r.LeftBottom(),
461 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
468 fDrawingEngine->StrokeLine(r.LeftTop(), r.LeftBottom(),
472 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
505 fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom(),
515 fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom(),
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp92 StrokeLine(r.LeftBottom(), r.RightBottom());
96 StrokeLine(r.LeftTop(), r.LeftBottom());
/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/apps/resedit/
H A DResFields.cpp100 BPoint point(rect.LeftBottom());
151 BPoint point(rect.LeftBottom());
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/libs/icon/transformer/
H A DPerspectiveTransformer.h111 BPoint LeftBottom() function in class:PerspectiveTransformer
/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/MediaRoutingView/
H A DMediaNodePanel.cpp931 target->AddLine(r.RightBottom(), r.LeftBottom(), M_DARK_GRAY_COLOR);
932 target->AddLine(r.LeftBottom(), r.LeftTop(), M_DARK_GRAY_COLOR);
936 target->AddLine(r.RightBottom(), r.LeftBottom(), M_MED_GRAY_COLOR);
937 target->AddLine(r.LeftBottom(), r.LeftTop(), M_LIGHT_GRAY_COLOR);
962 target->AddLine(r.RightBottom(), r.LeftBottom(), M_LIGHT_BLUE_COLOR);
963 target->AddLine(r.LeftBottom(), r.LeftTop(), M_LIGHT_BLUE_COLOR);
984 target->AddLine(r.RightBottom(), r.LeftBottom(), M_DARK_GRAY_COLOR);
985 target->AddLine(r.LeftBottom(), r.LeftTop(), M_DARK_GRAY_COLOR);
989 target->AddLine(r.RightBottom(), r.LeftBottom(), M_MED_GRAY_COLOR);
990 target->AddLine(r.LeftBottom(),
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp295 view->StrokeLine(rect.LeftBottom(), rect.RightTop());
446 view->AddLine(rect.LeftTop(), rect.LeftBottom() - BPoint(0, 1), shine);
449 view->AddLine(rect.LeftBottom(), rect.RightBottom(), shadow);
607 view->AddLine(rect.LeftTop(), rect.LeftBottom(), shine);
613 view->AddLine(rect.LeftTop(), rect.LeftBottom(), shine);
631 view->AddLine(rect.LeftBottom(), rect.LeftBottom(), base);
722 view->AddLine(rect.LeftBottom(), rect.LeftTop(), darken1);
725 view->AddLine(rect.RightBottom(), rect.LeftBottom(), lightenmax);
825 view->AddLine(rect.LeftTop(), rect.LeftBottom()
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp41 fLeftBottom(parent->LeftBottom()),
122 fPerspective->LeftBottom(), fPerspective->RightBottom());
296 fPerspective->LeftBottom(), fPerspective->RightBottom());
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp62 StrokeLine(b.LeftBottom(), b.RightTop());
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp89 StrokeLine(Bounds().LeftBottom(), Bounds().RightTop());
/haiku/src/kits/shared/
H A DBitmapButton.cpp84 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
/haiku/src/servers/app/
H A DIntRect.h39 IntPoint LeftBottom() const;
111 IntRect::LeftBottom() const function in class:IntRect
/haiku/headers/os/interface/
H A DRect.h38 BPoint LeftBottom() const;
106 BRect::LeftBottom() const function in class:BRect
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp92 fAdditiveCB->MoveTo(bounds.LeftBottom());
107 fSpeedS->MoveTo(bounds.LeftBottom());
/haiku/src/servers/notification/
H A DAppGroupView.cpp57 StrokeLine(bounds.LeftTop(), bounds.LeftBottom());
128 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp113 fPassTC->MoveTo(fNameTC->Frame().LeftBottom() + offset);
117 fKeepUsingCB->MoveTo(fPassTC->Frame().LeftBottom() + offset);
/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/tests/servers/app/following/
H A Dmain.cpp64 StrokeLine(r.LeftBottom(), BPoint(Bounds().right, r.bottom));

Completed in 165 milliseconds

1234