Searched refs:InsetByCopy (Results 51 - 61 of 61) sorted by last modified time

123

/haiku/src/kits/interface/
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
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp169 BRect rect = Bounds().InsetByCopy(2.0, 2.0);
/haiku/headers/os/interface/
H A DRect.h57 BRect InsetByCopy(BPoint inset) const;
58 BRect InsetByCopy(float dx, float dy) const;
/haiku/src/preferences/locale/
H A DLanguageListView.cpp299 region.Exclude(fDropTargetHighlightFrame.InsetByCopy(2.0, 2.0));
/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/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));
/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/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/popup_control/
H A DInputSlider.cpp199 r = fTextView->Frame().InsetByCopy(-1, -1);

Completed in 95 milliseconds

123