Searched refs:Frame (Results 276 - 300 of 370) sorted by relevance

<<1112131415

/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp233 && BScreen(this).Frame().Contains(where)) {
288 windowSettings.AddPoint("window_position", Frame().LeftTop());
H A DBarWindow.cpp304 BRect screenFrame = (BScreen(fBarView->Window())).Frame();
679 BRect screenFrame = (BScreen(this)).Frame();
H A DTimeView.cpp388 if (where.y >= BScreen().Frame().bottom)
/haiku/src/libs/glut/
H A DglutEvent.cpp707 BRect bounds = w->Frame();
837 BRect frame = Frame();
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp772 fScrollView->FrameResized(fScrollView->Frame().Width(),
773 fScrollView->Frame().Height());
H A DMainWindow.cpp671 settings.AddRect(_WindowFrameName(), Frame());
673 settings.AddRect("window frame", Frame());
824 BRect frame = Frame();
833 BRect screenFrame = BScreen(this).Frame();
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp62 r = fTermView->Frame();
75 r = fTermView->Frame();
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp769 = floorf((screen.Frame().Width() - 605) * (sqrtf(5) - 1) / 2);
770 logoPos.y = floorf((screen.Frame().Height() - 190) * 0.9);
H A DContainerWindow.cpp1061 BRect screenFrame(screen.Frame());
1062 BRect frame(Frame());
1225 fSavedZoomRect = Frame();
1228 if (fSavedZoomRect == Frame() && oldZoomRect.IsValid())
1237 BRect screenFrame(screen.Frame());
1249 BRect frame(Frame());
1251 float widthDiff = frame.Width() - PoseView()->Frame().Width();
1252 float heightDiff = frame.Height() - PoseView()->Frame().Height();
3811 BRect frame(Frame());
3869 BRect frame(Frame());
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp101 return Frame();
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp316 FillRect(reg.Frame());
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp57 if (dst && fCurrentClipping.Frame().IsValid()) {
/haiku/src/bin/desklink/
H A DVolumeControl.cpp178 if (!dragger->IsHidden() && dragger->Frame().Contains(where))
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp94 rect = authenticationBox->Frame();
/haiku/src/kits/interface/
H A DToolTipManager.cpp183 BRect screenFrame = screen.Frame().InsetBySelf(2, 2);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp93 CenterIn(parent->Frame());
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp326 FillRect(Frame(), B_SOLID_LOW);
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h177 BRect Frame();
/haiku/src/preferences/printers/
H A DPrintersWindow.cpp119 fSettings->SetWindowFrame(Frame());
/haiku/src/apps/screenshot/
H A DScreenshot.cpp350 BRect screenFrame(BScreen().Frame());
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp304 BRect frame = from->Window()->Frame();
/haiku/src/servers/app/
H A DWindow.h96 BRect Frame() const { return fFrame; } function in class:Window
/haiku/src/apps/deskcalc/
H A DCalcView.cpp275 BRect frame(Frame());
492 expressionRect.left = fExpressionTextView->Frame().right + 2;
512 expressionRect = fExpressionTextView->Frame();
1020 if (window->Bounds() == Frame()) {
H A DExpressionTextView.cpp209 float viewWidth = Frame().Width()
/haiku/src/apps/text_search/
H A DGrepWindow.cpp150 fModel->fFrame = Frame();
158 fModel->fFrame = Frame();
608 BRect screenFrame = screen.Frame();
609 BRect windowFrame = Frame();

Completed in 528 milliseconds

<<1112131415