Searched refs:InsetByCopy (Results 26 - 50 of 61) sorted by relevance

123

/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);
/haiku/src/servers/notification/
H A DAppGroupView.cpp114 BRect buttonRect(closeRect.InsetByCopy(-4, -4));
H A DNotificationView.cpp321 BRect buttonRect(closeRect.InsetByCopy(-4, -4));
353 BRect closeRect = Bounds().InsetByCopy(2,2);
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp36 view->FillEllipse(rect.InsetByCopy(rect.Width()/4, rect.Height()/4));
/haiku/src/preferences/appearance/
H A DCurView.cpp418 drawrect=Bounds().InsetByCopy(5,5);
H A DColorPreview.cpp154 BRect rect = Bounds().InsetByCopy(2.0f, 2.0f);
/haiku/src/apps/terminal/
H A DSmartTabView.cpp191 Invalidate(TabFrame(CountTabs() - 1).InsetByCopy(-2, -2));
H A DColorPreview.cpp154 BRect rect = Bounds().InsetByCopy(2.0f, 2.0f);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp374 if (invalid.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
396 fRightBorder.InsetByCopy(0, -fBorderWidth))) {
433 if (invalid.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
464 if (invalid.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
805 BRect inner(rect.InsetByCopy(1.0f, 1.0f));
846 BRect fillRect(rect.InsetByCopy(1.0f, 1.0f));
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp332 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
340 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
/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));
H A DDateTimeEdit.cpp961 BRect sectionArea = Bounds().InsetByCopy(2, 2);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp31 (frame.OffsetToCopy(B_ORIGIN)).InsetByCopy(2, 2),
/haiku/src/preferences/locale/
H A DLanguageListView.cpp299 region.Exclude(fDropTargetHighlightFrame.InsetByCopy(2.0, 2.0));
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp185 BRect innerRect = r.InsetByCopy(7, 7);
/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/screensaver/
H A DScreenSaverWindow.cpp897 BRect rect = fSettingsBox->InnerFrame().InsetByCopy(4, 4);
899 BRect rect = fSettingsBox->Bounds().InsetByCopy(4, 4);
/haiku/src/apps/people/
H A DPictureView.cpp275 BRect frame = rect.InsetByCopy(kPictureMargin, kPictureMargin);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp642 BRect buttonRect(closeRect.InsetByCopy(-4, -4));
/haiku/src/kits/interface/
H A DIcon.cpp326 trimmed = bitmap->Bounds().InsetByCopy(minInset, minInset);
H A DStatusBar.cpp286 BRect outerFrame = barFrame.InsetByCopy(-2, -2);
H A DSlider.cpp1473 BRect invalid = BarFrame().InsetByCopy(hInset, vInset) | ThumbFrame();
1477 invalid = invalid | BarFrame().InsetByCopy(hInset, vInset)
H A DMenuField.cpp1081 BRect fillRect(rect.InsetByCopy(0, kVMargin));
1100 BRect rect(fMenuBar->Frame().InsetByCopy(-kVMargin, -kVMargin));
/haiku/src/servers/app/
H A DWorkspacesView.cpp247 BRect fillFrame = frame.InsetByCopy(1, 1) & workspaceFrame;

Completed in 141 milliseconds

123