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

123

/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/kits/interface/bprintjob/
H A DPrintTestView.cpp10 StrokeRoundRect(Bounds().InsetByCopy(20,20), 10, 10);
/haiku/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp32 topView->AddChild(new NetworkStatusView(Bounds().InsetByCopy(5, 5),
/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 DCursorBitmapTest.cpp72 BView *view = new View(Bounds().InsetByCopy(30, 30));
H A DCursorTest.cpp83 BView *view = new View(Bounds().InsetByCopy(30, 30));
/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/preferences/screen/
H A DRefreshWindow.cpp41 BRect rect = Bounds().InsetByCopy(8, 8);
H A DMonitorView.cpp87 BRect innerRect(outerRect.InsetByCopy(4, 4));
/haiku/src/apps/showimage/
H A DProgressWindow.cpp44 rect = view->Bounds().InsetByCopy(5, 5);
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp147 BRect mask(iconRect.InsetByCopy(floorf(diff / 2), 0));
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp40 rect = view->Bounds().InsetByCopy(8, 8);
/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/headers/os/interface/
H A DRect.h57 BRect InsetByCopy(BPoint inset) const;
58 BRect InsetByCopy(float dx, float dy) const;
/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/tests/servers/app/event_mask/
H A DEventMask.cpp144 BRect rect = 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
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp233 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
240 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp294 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
319 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
377 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
408 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
793 BRect fillRect(rect.InsetByCopy(1.0f, 1.0f));
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp244 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
270 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
313 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
349 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
725 BRect fillRect(rect.InsetByCopy(1.0f, 1.0f));
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp287 fTextControl = new BTextControl(rect.InsetByCopy(5, 5), B_EMPTY_STRING,
378 fTextControl = new BTextControl(rect.InsetByCopy(5, 5), B_EMPTY_STRING,
762 BMenuField *menuField = new BMenuField(rect.InsetByCopy(5, 5),
1114 rect = Bounds().InsetByCopy(10, 10);
1119 rect.OffsetToCopy(B_ORIGIN).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));

Completed in 805 milliseconds

123