Searched refs:RightBottom (Results 1 - 25 of 85) sorted by relevance

1234

/haiku/src/kits/tracker/
H A DMiniMenuField.cpp121 AddLine(rect.RightTop(), rect.RightBottom(), darkest);
122 AddLine(rect.RightBottom(), rect.LeftBottom(), darkest);
125 AddLine(bounds.LeftBottom() + BPoint(2, 0), bounds.RightBottom(), dark);
126 AddLine(bounds.RightTop() + BPoint(0, 1), bounds.RightBottom(), dark);
128 AddLine(rect.RightTop(), rect.RightBottom(), medium);
129 AddLine(rect.RightBottom(), rect.LeftBottom(), medium);
H A DCountView.cpp259 AddLine(barberPoleRect.LeftBottom(), barberPoleRect.RightBottom(), light);
260 AddLine(barberPoleRect.RightBottom(), barberPoleRect.RightTop(), light);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTestView.cpp46 StrokeLine(bounds.LeftTop(), bounds.RightBottom());
H A DCheckBox.cpp51 container->StrokeLine(rect.LeftTop(), rect.RightBottom());
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp20 StrokeLine(b.LeftTop(), b.RightBottom());
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp297 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(), fFrameLowerColor);
298 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(), fFrameLowerColor);
308 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(), fFrameLowColor);
309 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(), fFrameLowColor);
498 fDrawingEngine->StrokeLine(closeBox.LeftTop(), closeBox.RightBottom());
501 fDrawingEngine->StrokeLine(closeBox.LeftTop(), closeBox.RightBottom());
723 fDrawingEngine->StrokeLine(point, rect.RightBottom(), lower);
728 fDrawingEngine->StrokeLine(point, rect.RightBottom(), lower);
741 fDrawingEngine->StrokeLine(point, rect.RightBottom(), low);
746 fDrawingEngine->StrokeLine(point, rect.RightBottom(), lo
[all...]
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp329 pt2 = r.RightBottom();
408 pt2 = r.RightBottom();
450 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(),
452 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
459 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(),
461 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
470 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(),
472 fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
507 fDrawingEngine->StrokeLine(rect.RightBottom(), rect.RightTop(),
517 fDrawingEngine->StrokeLine(rect.RightBottom(), rec
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp92 StrokeLine(r.LeftBottom(), r.RightBottom());
93 StrokeLine(r.RightTop(), r.RightBottom());
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp106 AddLine(r.RightTop(), r.RightBottom(), shadow);
107 AddLine(r.RightBottom(), r.LeftBottom(), shadow);
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp70 gradient.SetEnd(colorRect.RightBottom());
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.h113 BPoint RightBottom() function in class:PerspectiveTransformer
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp930 target->AddLine(r.RightTop(), r.RightBottom(), M_DARK_GRAY_COLOR);
931 target->AddLine(r.RightBottom(), r.LeftBottom(), M_DARK_GRAY_COLOR);
935 target->AddLine(r.RightTop(), r.RightBottom(), M_MED_GRAY_COLOR);
936 target->AddLine(r.RightBottom(), r.LeftBottom(), M_MED_GRAY_COLOR);
961 target->AddLine(r.RightTop(), r.RightBottom(), M_LIGHT_BLUE_COLOR);
962 target->AddLine(r.RightBottom(), r.LeftBottom(), M_LIGHT_BLUE_COLOR);
983 target->AddLine(r.RightTop(), r.RightBottom(), M_DARK_GRAY_COLOR);
984 target->AddLine(r.RightBottom(), r.LeftBottom(), M_DARK_GRAY_COLOR);
988 target->AddLine(r.RightTop(), r.RightBottom(), M_MED_GRAY_COLOR);
989 target->AddLine(r.RightBottom(),
[all...]
/haiku/src/apps/resedit/
H A DBitmapView.cpp310 AddLine(r.RightTop(), r.RightBottom(), work);
311 AddLine(r.LeftBottom(), r.RightBottom(), work);
324 AddLine(r.RightTop(), r.RightBottom(), work);
325 AddLine(r.LeftBottom(), r.RightBottom(), work);
340 AddLine(r.RightTop(), r.RightBottom(), work);
341 AddLine(r.LeftBottom(), r.RightBottom(), work);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp42 fRightBottom(parent->RightBottom()),
122 fPerspective->LeftBottom(), fPerspective->RightBottom());
296 fPerspective->LeftBottom(), fPerspective->RightBottom());
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp61 StrokeLine(b.LeftTop(), b.RightBottom());
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp103 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp92 BPoint rb = METER_BOUNDS.RightBottom();
/haiku/src/kits/shared/
H A DBitmapButton.cpp84 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
/haiku/src/servers/app/
H A DIntRect.h38 IntPoint RightBottom() const;
104 IntRect::RightBottom() const function in class:IntRect
/haiku/headers/os/interface/
H A DRect.h37 BPoint RightBottom() const;
99 BRect::RightBottom() const function in class:BRect
/haiku/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp205 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
243 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp122 fOkB->MoveTo(fKeepUsingCB->Frame().RightBottom() + offset + offset - fOkB->Frame().RightTop());
126 BRect frame(fNameTC->Frame().LeftTop(), fOkB->Frame().RightBottom());
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp294 view->StrokeLine(rect.LeftTop(), rect.RightBottom());
448 view->AddLine(rect.RightTop(), rect.RightBottom() - BPoint(0, 1), shadow);
449 view->AddLine(rect.LeftBottom(), rect.RightBottom(), shadow);
724 view->AddLine(rect.RightTop(), rect.RightBottom(), lightenmax);
725 view->AddLine(rect.RightBottom(), rect.LeftBottom(), lightenmax);
827 view->AddLine(rect.LeftBottom() + BPoint(1, 0), rect.RightBottom(),
1975 view->AddLine(rect.RightTop(), rect.RightBottom(), shadowColor);
1979 view->AddLine(rect.RightBottom(), rect.LeftBottom(), shadowColor);
1992 view->AddLine(rect.RightTop(), rect.RightBottom(), lightColor);
1996 view->AddLine(rect.RightBottom(), rec
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp305 v->AddLine(rtop, r.RightBottom(), tint_color(M_MED_GRAY_COLOR, B_LIGHTEN_1_TINT));
306 v->AddLine(r.RightBottom(), r.LeftBottom(), M_MED_GRAY_COLOR);
312 v->AddLine(rtop, r.RightBottom(), M_GRAY_COLOR);
313 v->AddLine(r.RightBottom(), r.LeftBottom(), tint_color(M_MED_GRAY_COLOR, B_LIGHTEN_1_TINT));
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp221 _DrawCross(fBitmapRect.RightBottom() + BPoint(1.0, 1.0), red);
267 else if (hit_test(where, fBitmapRect.RightBottom()))
274 else if (hit_test(where, fBitmapRect.RightTop(), fBitmapRect.RightBottom()))
276 else if (hit_test(where, fBitmapRect.LeftBottom(), fBitmapRect.RightBottom()))

Completed in 153 milliseconds

1234