Searched refs:Bounds (Results 426 - 450 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp172 fSetupView = new LprSetupView(Bounds(), dir);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.cpp40 BRect rect(Bounds());
/haiku/src/kits/tracker/
H A DTitleView.h121 BRect Bounds() const;
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp74 view->FillRect(view->Bounds());
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp107 ret = into->AddRect("construction bounds", bitmap->Bounds());
/haiku/src/apps/diskusage/
H A DStatusView.cpp143 float viewWidth = fPathView->Bounds().Width();
/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp153 AddChild(new View(Bounds()));
H A DScrollViewTest.cpp132 BRect frame = Bounds();
/haiku/src/bin/
H A Dsetdecor.cpp193 previewWindow->AddChild(new BView(previewWindow->Bounds(), "",
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp99 group->SetFrame(controls->Bounds());
/haiku/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.cpp161 IppSetupView *view = new IppSetupView(Bounds(), dir);
/haiku/src/kits/interface/
H A DMenuBar.cpp148 *fLastBounds = Bounds();
282 BRect rect(Bounds());
632 && !_IsStickyMode() && Bounds().Contains(where)) {
749 fLastBounds = new BRect(Bounds());
/haiku/src/apps/mail/
H A DAddressTextControl.cpp423 BPoint point(Bounds().Width() - width, Bounds().Height() + 2);
440 BRect rect = Bounds();
669 BRect bounds(Bounds());
H A DFindWindow.cpp145 fTextControl->ResizeTo(Bounds().Width() - 20,
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp160 textRect = Bounds();
/haiku/src/servers/app/
H A DLayer.cpp62 virtual IntRect Bounds() const function in class:LayerCanvas
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp107 BRect b = Bounds();
350 m_manualSize = Bounds();
444 float diff = i - m_statusView->Bounds().IntegerWidth();
522 int i = m_statusView->Bounds().IntegerWidth();
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp188 status_t err = icon->Bounds() == bounds ? B_OK : B_BAD_VALUE;
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp106 BRect rctview = Bounds();
/haiku/src/kits/app/
H A DCursor.cpp99 BRect bounds = bitmap->Bounds();
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp207 RemoteView *view = new(std::nothrow) RemoteView(window->Bounds(), host,
/haiku/src/preferences/input/
H A DInputDeviceView.cpp107 (fPrimaryIcon != NULL ? fPrimaryIcon->Bounds().Width() : 16.0f);
/haiku/headers/os/interface/
H A DBitmap.h82 BRect Bounds() const;
/haiku/src/apps/terminal/
H A DColorListView.cpp74 view->FillRect(view->Bounds());
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp652 float width = Bounds().Width();
675 float width = Bounds().Width();
681 item->FrameResized(item->Bounds().Width(),
682 item->Bounds().Height());

Completed in 130 milliseconds

<<11121314151617181920>>