Searched refs:InsetByCopy (Results 1 - 25 of 61) sorted by path

123

/haiku/headers/os/interface/
H A DRect.h57 BRect InsetByCopy(BPoint inset) const;
58 BRect InsetByCopy(float dx, float dy) const;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp291 || !fChartFrame.InsetByCopy(1, 1).Contains(fLastMousePos)) {
469 fRenderer->SetFrame(fChartFrame.InsetByCopy(1, 1));
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp169 BRect rect = Bounds().InsetByCopy(2.0, 2.0);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp199 r = fTextView->Frame().InsetByCopy(-1, -1);
/haiku/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp32 topView->AddChild(new NetworkStatusView(Bounds().InsetByCopy(5, 5),
/haiku/src/apps/resedit/
H A DBitmapView.cpp298 StrokeRect(Bounds().InsetByCopy(2, 2));
397 fBitmapRect = Bounds().InsetByCopy(1, 1);
404 fBitmapRect= ScaleRectToFit(fBitmap->Bounds(), r.InsetByCopy(borderwidth, borderwidth));
/haiku/src/apps/showimage/
H A DProgressWindow.cpp44 rect = view->Bounds().InsetByCopy(5, 5);
/haiku/src/kits/interface/
H A DColorMenuItem.cpp93 BRect colorRect(Frame().InsetByCopy(2.0f, 2.0f));
H A DRect.cpp87 BRect::InsetByCopy(BPoint point) const function in class:BRect
96 BRect::InsetByCopy(float dx, float dy) const function in class:BRect
H A DSlider.cpp1473 BRect invalid = BarFrame().InsetByCopy(hInset, vInset) | ThumbFrame();
1477 invalid = invalid | BarFrame().InsetByCopy(hInset, vInset)
/haiku/src/kits/shared/
H A DCalendarView.cpp228 _DrawItem(owner, frame.InsetByCopy(-1.0, -1.0), text, true);
237 _DrawItem(owner, frame.InsetByCopy(-1.0, -1.0), text, true);
1133 FillRect(frame.InsetByCopy(1.0, 1.0));
1138 StrokeRect(frame.InsetByCopy(1.0, 1.0));
/haiku/src/libs/print/libprint/
H A DPreview.cpp647 BRect r(_ContentRect().InsetByCopy(-1, -1));
714 StrokeRect(clipRect.InsetByCopy(1.0, 1.0), B_MIXED_COLORS);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp299 region.Exclude(fDropTargetHighlightFrame.InsetByCopy(2.0, 2.0));
/haiku/src/preferences/screen/
H A DMonitorView.cpp87 BRect innerRect(outerRect.InsetByCopy(4, 4));
H A DRefreshWindow.cpp41 BRect rect = Bounds().InsetByCopy(8, 8);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp62 return monitorFrame.InsetByCopy(kMonitorBorderSize + 3,
70 return innerFrame.InsetByCopy(kArrowSize, kArrowSize);
82 BRect innerRect(outerRect.InsetByCopy(kMonitorBorderSize + 2,
/haiku/src/servers/app/
H A DIntRect.cpp84 IntRect::InsetByCopy(const IntPoint& point) function in class:IntRect
93 IntRect::InsetByCopy(int32 dx, int32 dy) function in class:IntRect
H A DIntRect.h58 IntRect InsetByCopy(const IntPoint& p);
59 IntRect InsetByCopy(int32 dx, int32 dy);
/haiku/src/servers/notification/
H A DAppGroupView.cpp114 BRect buttonRect(closeRect.InsetByCopy(-4, -4));
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp82 BView *view = new BView(rect.InsetByCopy(-15, -15), NULL, B_FOLLOW_NONE, B_WILL_DRAW);
91 BBox *box = new BBox(rect.InsetByCopy(-15, -15), NULL);
100 view = new DividedBackgroundView(rect.InsetByCopy(-15, -15));
107 view = new DividedBackgroundView(rect.InsetByCopy(-15, -15));
126 view = new BView(rect.InsetByCopy(-15, -15), NULL, B_FOLLOW_NONE, B_WILL_DRAW);
135 box = new BBox(rect.InsetByCopy(-15, -15), NULL);
144 view = new DividedBackgroundView(rect.InsetByCopy(-15, -15));
151 view = new DividedBackgroundView(rect.InsetByCopy(-15, -15));
H A DScrollViewTest.cpp39 BRect frame = rect.InsetByCopy(20, 20);
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp30 BRect grid(bounds.InsetByCopy(40, 40));
/haiku/src/tests/servers/app/cursor_test/
H A DCursorTest.cpp83 BView *view = new View(Bounds().InsetByCopy(30, 30));
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp144 BRect rect = Bounds().InsetByCopy(5, 5);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp378 view->StrokeEllipse(rect.InsetByCopy(1, 1));
889 view->StrokeRect(rect.InsetByCopy(-1, -1));
1397 view->ClipToRect(rect.InsetByCopy(-2, -2));
1622 view->ClipToRect(rect.InsetByCopy(-2, -2));
2746 BRect invertRect(rect.InsetByCopy(-3, -3));

Completed in 163 milliseconds

123