Searched refs:Frame (Results 1 - 25 of 370) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp313 BRect box = Frame();
385 where.x += (rect.Width() - fMenu->Frame().Width()) / 2;
386 where.y += (rect.Height() - fMenu->Frame().Height()) / 2;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp228 80.0 * scaling), "monitor", screen.Frame().IntegerWidth() + 1,
229 screen.Frame().IntegerHeight() + 1);
632 fSettings->SetWindowFrame(Frame());
999 if (frame.right <= Frame().right
1000 && frame.bottom <= Frame().bottom) {
1001 MoveTo((frame.Width() - Frame().Width()) / 2,
1002 (frame.Height() - Frame().Height()) / 2);
/haiku/src/apps/stylededit/
H A DStatusView.cpp76 MoveTo(0., scrollBar->Frame().top);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp253 if (screen.Frame().bottom < Frame().bottom)
254 MoveBy(0, screen.Frame().bottom - Frame().bottom);
255 if (screen.Frame().right < Frame().right)
256 MoveBy(0, screen.Frame().right - Frame().right);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp867 point.x = Frame().right - 4 - Menu()->StringWidth(fType.String());
1028 fTypeEditorView = GetTypeEditorAt(index, Frame(), editor);
1039 BRect frame = fTypeEditorView->Frame();
1062 BPoint point = fTypeEditorView->Frame().LeftTop();
1654 fTypeView = new TypeView(Frame(), "type shell", index, fEditor,
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp665 v->DrawBitmap(fFtpBitmap, v->Frame());
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp154 BRect frame = window->Frame();
/haiku/src/kits/tracker/
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...]
H A DFilePanelPriv.cpp771 rect.top = fDirMenuField->Frame().bottom + spacing;
939 BRect frame(Frame());
1557 alert->MoveTo(Frame().left + 10, Frame().top + 10);
H A DTextWidget.cpp386 textWidth -= selectedRegion.Frame().Width();
H A DUtilities.cpp719 offscreen->DrawBitmap(fOriginalBitmap, Frame(), bounds);
842 BRect frame(Frame());
1639 BPoint invokeOrigin(menu->Window()->Frame().LeftTop());
H A DPoseView.cpp3369 if (Window()->Frame().Contains(globalLocation))
3656 BRect childFrame = child->Frame();
8205 BPose* pose = FindPose(BPoint(fListOffset, Bounds().top + Frame().Height()
9930 BRect frame(window->Frame());
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp219 viewFrame.top = fToolBar->Frame().bottom + 1;
547 float height = r.Height() + 1 + fBar->Frame().Height()
550 BRect frame = screen.Frame();
553 float maxWidth = frame.Width() + 1 - windowBorder - Frame().left;
554 float maxHeight = frame.Height() + 1 - windowBorder - Frame().top;
1120 fToolBar->MoveTo(fToolBar->Frame().left, offset);
1124 frame.top = fToolBar->Frame().bottom + 1;
1125 fScrollArea->MoveTo(fScrollArea->Frame().left, frame.top);
1373 fWindowFrame = Frame();
1374 frame = screen.Frame();
[all...]
/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();
/haiku/src/apps/terminal/
H A DTermWindow.cpp114 BRect frame(termView->Frame());
240 BRect screenFrame = BScreen(this).Frame();
657 BRect rect(Frame());
796 fFindPanel->CenterIn(Frame());
963 fSavedFrame = Frame();
977 ResizeTo(screen.Frame().Width() + 1, screen.Frame().Height() + 1);
978 MoveTo(screen.Frame().left, screen.Frame().top);
1975 fSetWindowTitleDialog->CenterIn(Frame());
[all...]
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp254 CenterIn(parent->Frame());
H A DRatePackageWindow.cpp260 CenterIn(parent->Frame());
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp572 BPoint offset = fClickPoint - Frame().LeftTop();
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp209 float viewWidth = Frame().Width()
H A DCalcView.cpp275 BRect frame(Frame());
492 expressionRect.left = fExpressionTextView->Frame().right + 2;
512 expressionRect = fExpressionTextView->Frame();
1020 if (window->Bounds() == Frame()) {
/haiku/src/apps/deskbar/
H A DSwitcher.cpp746 BRect screenFrame = BScreen(B_MAIN_SCREEN_ID).Frame();
747 BRect windowFrame = fWindow->Frame();
1249 BRect frame = fIconView->Frame();
1267 BRect frame = fIconView->Frame();
1302 frame = fWindow->WindowView()->Frame();
1475 rect = fIconView->Frame();
1560 rect = fWindow->WindowView()->Frame();
1651 CenterWindow(BScreen(B_MAIN_SCREEN_ID).Frame(), frame.Size());
1692 CenterWindow(screenFrame | BScreen(B_MAIN_SCREEN_ID).Frame(),
1693 Frame()
[all...]
/haiku/src/servers/app/
H A DScreen.h50 BRect Frame() const;
H A DScreen.cpp228 Screen::Frame() const function in class:Screen
/haiku/src/kits/interface/
H A DMenu.cpp1445 if (Parent()->Frame().top == Window()->Bounds().top)
1448 if (Parent()->Frame().bottom == Window()->Bounds().bottom)
2583 size.width = Parent()->Frame().Width();
2585 size.width = Window()->Frame().Width();
2618 frame = ItemAt(index - 1)->Frame();
2681 frame.right += ItemAt(0)->Frame().Height() / 2;
2721 frame.right = item->Frame().right + 1.0f;
2744 frame.left = std::min(frame.left, item->Frame().left);
2745 frame.right = std::max(frame.right, item->Frame().right);
2746 frame.top = std::min(frame.top, item->Frame()
[all...]
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp119 MoveTo(screen.Frame().left + (screen.Frame().Width()
121 screen.Frame().top + (screen.Frame().Height()
575 update.AddRect("app_types_frame", Frame());

Completed in 190 milliseconds

1234567891011>>