Searched refs:RightTop (Results 1 - 25 of 69) sorted by path

123

/haiku/headers/os/interface/
H A DRect.h39 BPoint RightTop() const;
113 BRect::RightTop() const function in class:BRect
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp290 pt = r.RightTop();
297 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(), fFrameLowerColor);
301 pt = r.RightTop();
308 fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(), fFrameLowColor);
465 fDrawingEngine->StrokeLine(zoomBox.LeftTop(), zoomBox.RightTop());
499 fDrawingEngine->StrokeLine(closeBox.RightTop(), closeBox.LeftBottom());
502 fDrawingEngine->StrokeLine(closeBox.RightTop(), closeBox.LeftBottom());
715 fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop());
721 point = rect.RightTop();
733 fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop());
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp302 v->AddLine(r.LeftTop(), r.RightTop(), M_MED_GRAY_COLOR);
303 BPoint rtop = r.RightTop();
309 v->AddLine(r.LeftTop(), r.RightTop(), M_LIGHT_GRAY_COLOR);
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp969 p = m_visibleTipRect.RightTop() + offset;
H A DTipView.cpp93 StrokeLine(r.RightTop(), r.RightBottom());
95 StrokeLine(r.LeftTop(), r.RightTop());
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp47 view->StrokeLine(frame.RightTop(), frame.RightBottom());
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp287 float rulerEnd = fFrame.RightTop().*pointField;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp115 StrokeLine(r.LeftTop(), r.RightTop(), B_SOLID_LOW);
H A DIconOptionsControl.cpp279 lt = button->Frame().RightTop() + BPoint(1.0, 0.0);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp62 StrokeLine(b.LeftBottom(), b.RightTop());
/haiku/src/apps/resedit/
H A DBitmapView.cpp305 AddLine(r.LeftTop(), r.RightTop(), work);
310 AddLine(r.RightTop(), r.RightBottom(), work);
319 AddLine(r.LeftTop(), r.RightTop(), work);
324 AddLine(r.RightTop(), r.RightBottom(), work);
335 AddLine(r.LeftTop(), r.RightTop(), work);
340 AddLine(r.RightTop(), r.RightBottom(), work);
/haiku/src/kits/tracker/
H A DMiniMenuField.cpp121 AddLine(rect.RightTop(), rect.RightBottom(), darkest);
124 AddLine(rect.LeftTop(), rect.RightTop(), medium);
126 AddLine(bounds.RightTop() + BPoint(0, 1), bounds.RightBottom(), dark);
128 AddLine(rect.RightTop(), rect.RightBottom(), medium);
131 AddLine(rect.LeftTop(), rect.RightTop(), light);
/haiku/src/preferences/network/
H A DServiceListItem.cpp63 BPoint statePoint = bounds.RightTop() + BPoint(0, fLineOffset)
/haiku/src/preferences/printers/
H A DJobListView.cpp304 BPoint pagePt(bounds.RightTop() + BPoint(-x, fntheight));
305 BPoint sizePt(bounds.RightTop() + BPoint(-x, fntheight * 2.0));
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp208 StrokeLine(rect.RightTop(), rect.LeftBottom());
/haiku/src/servers/app/
H A DIntRect.h40 IntPoint RightTop() const;
118 IntRect::RightTop() const function in class:IntRect
/haiku/src/servers/notification/
H A DAppGroupView.cpp128 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
H A DNotificationWindow.cpp367 location = BScreen().Frame().RightTop();
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp116 AddLine(r.LeftTop(), r.RightTop(), rgb_black);
118 AddLine(r.RightTop(), 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.cpp105 AddLine(r.LeftTop(), r.RightTop(), light);
106 AddLine(r.RightTop(), r.RightBottom(), shadow);
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp219 _DrawCross(fBitmapRect.RightTop() + BPoint(1.0, -1.0), red);
263 else if (hit_test(where, fBitmapRect.RightTop()))
270 else if (hit_test(where, fBitmapRect.LeftTop(), fBitmapRect.RightTop()))
274 else if (hit_test(where, fBitmapRect.RightTop(), fBitmapRect.RightBottom()))
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp89 StrokeLine(Bounds().LeftBottom(), Bounds().RightTop());

Completed in 235 milliseconds

123