Searched refs:Frame (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/haiku-fatelf/src/preferences/screen/
H A DAlertWindow.cpp37 MoveTo(screen.Frame().left + (screen.Frame().Width() - Frame().Width()) / 2,
38 screen.Frame().top + (screen.Frame().Height() - Frame().Height()) / 2);
H A DAlertView.cpp48 rect = stringView->Frame();
67 float width = stringView->Frame().right;
68 if (fCountdownView->Frame().right > width)
69 width = fCountdownView->Frame().right;
74 = fCountdownView->Frame().bottom + 24 + button->Bounds().Height();
79 button->MoveTo(keepButton->Frame().left - button->Bounds().Width() - 8,
80 keepButton->Frame().top);
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoWindow.cpp106 if (!screen.Frame().Contains(Frame())) {
136 BRect screenRect = screen.Frame();
137 BRect windowRect = Frame();
144 windowRect = Frame();
153 windowRect = Frame();
158 windowRect = Frame();
/haiku-fatelf/src/bin/screen_blanker/
H A DPasswordWindow.cpp64 BRect frame = fPassword->Frame();
66 customBox->ResizeTo(frame.right + 10.0, button->Frame().bottom + 10.0);
68 frame = customBox->Frame();
72 MoveTo(screen.Frame().left + (screen.Frame().Width() - Bounds().Width()) / 2,
73 screen.Frame().top + (screen.Frame().Height() - Bounds().Height()) / 2);
/haiku-fatelf/src/apps/resedit/
H A DImageEditor.cpp52 r = fIDBox->Frame();
62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
82 r = fOK->Frame();
89 ResizeTo(MAX(fImageView->Frame().right, fNameBox->Frame().right) + 20,
90 fImageView->Frame().bottom + fOK->Frame().Height() + 20);
111 ResizeTo(MAX(fImageView->Frame().right, fNameBox->Frame().right) + 20,
112 fImageView->Frame()
[all...]
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramItem.cpp84 view()->Invalidate(Frame());
96 view()->Invalidate(Frame());
107 view()->Invalidate(Frame());
119 if (Frame().Contains(point))
H A DDiagramItem.h129 { MoveBy(point.x - Frame().left, point.y - Frame().top, updateRegion); }
136 { ResizeBy(width - Frame().Width(), height - Frame().Height()); }
191 virtual BRect Frame() const = 0;
196 // the Frame() rect and 0.0 if not
H A DDiagramEndPoint.cpp76 return BPoint(Frame().left + Frame().Height() / 2.0, Frame().top + Frame().Width() / 2.0);
103 region.Include(Frame() & updateRect);
273 updateRegion->Include(m_wire->Frame());
276 updateRegion->Include(m_wire->Frame());
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp124 if (!screen.Frame().Contains(Frame())) {
151 BRect screenRect = screen.Frame();
152 BRect windowRect = Frame();
159 windowRect = Frame();
168 windowRect = Frame();
173 windowRect = Frame();
/haiku-fatelf/src/kits/tracker/
H A DSelectionWindow.cpp111 BRect(7, fExpressionTextControl->Frame().bottom + 6, 6, 6), NULL,
118 BRect(fInverseCheckBox->Frame().right + 10,
119 fInverseCheckBox->Frame().top, 6, 6),
133 fExpressionTextControl->Frame().bottom + 9);
146 + fSelectButton->Frame().top;
147 fInverseCheckBox->MoveTo(fInverseCheckBox->Frame().left, topMiddleButton);
148 fIgnoreCaseCheckBox->MoveTo(fIgnoreCaseCheckBox->Frame().left,
188 ResizeTo(minWidth, fSelectButton->Frame().bottom + 6);
245 BPoint windowPosition = BPoint(mousePosition.x - Frame().Width() / 2,
246 mousePosition.y - Frame()
[all...]
H A DOverrideAlert.cpp57 BPoint where = OverPosition(Frame().Width(), Frame().Height());
75 BPoint where = OverPosition(Frame().Width(), Frame().Height());
109 screenFrame = BScreen(window).Frame();
118 desirableRect = window->Frame();
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp89 frame.bottom = frame.top + (defaultButton->Frame().Height() + 16);
90 frame.right = frame.left + fColorPickerView->Frame().Width();
97 fColorPickerView->Frame().Height() + frame.Height() + 1);
103 buttonBox->MoveTo(frame.left, frame.bottom - buttonBox->Frame().Height());
105 defaultButton->MoveTo(frame.right - defaultButton->Frame().Width() - 10,
109 cancelButton->MoveTo(defaultButton->Frame().left - 10
110 - cancelButton->Frame().Width(),
154 msg.AddRect("panel frame", Frame());
/haiku-fatelf/src/libs/glut/
H A DglutGet.cpp41 return (int)gState.currentWindow->Frame().left;
43 return (int)gState.currentWindow->Window()->Frame().left;
48 return (int)gState.currentWindow->Frame().top;
50 return (int)gState.currentWindow->Window()->Frame().top;
105 return (int)(BScreen().Frame().Width()) + 1;
107 return (int)(BScreen().Frame().Height()) + 1;
109 return (int)((BScreen().Frame().Width() + 1) / dots_per_mm);
111 return (int)((BScreen().Frame().Height() + 1) / dots_per_mm);
/haiku-fatelf/src/preferences/network_old/
H A DBackupWindow.cpp27 fCancel->MoveTo(fDone->Frame().left - 5 - fCancel->Frame().Width(),
28 fDone->Frame().top);
35 fName->MoveTo(5, 5 + (fCancel->Frame().top-h-10)/2);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp113 fPassTC->MoveTo(fNameTC->Frame().LeftBottom() + offset);
117 fKeepUsingCB->MoveTo(fPassTC->Frame().LeftBottom() + offset);
122 fOkB->MoveTo(fKeepUsingCB->Frame().RightBottom() + offset + offset - fOkB->Frame().RightTop());
124 fCancelB->MoveTo(fOkB->Frame().LeftTop() - BPoint(10.0, 0.0) - fCancelB->Frame().RightTop());
126 BRect frame(fNameTC->Frame().LeftTop(), fOkB->Frame().RightBottom());
129 BRect nameFrame = fNameTC->Frame();
130 BRect passFrame = fPassTC->Frame();
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/authentication_server/
H A DAuthenticationPanel.cpp113 fPassTC->MoveTo(fNameTC->Frame().LeftBottom() + offset);
117 fKeepUsingCB->MoveTo(fPassTC->Frame().LeftBottom() + offset);
122 fOkB->MoveTo(fKeepUsingCB->Frame().RightBottom() + offset + offset - fOkB->Frame().RightTop());
124 fCancelB->MoveTo(fOkB->Frame().LeftTop() - BPoint(10.0, 0.0) - fCancelB->Frame().RightTop());
126 BRect frame(fNameTC->Frame().LeftTop(), fOkB->Frame().RightBottom());
129 BRect nameFrame = fNameTC->Frame();
130 BRect passFrame = fPassTC->Frame();
[all...]
/haiku-fatelf/src/apps/pulse/
H A DConfigView.cpp78 rect = fColorControl->Frame();
101 rect.left = fActiveButton->Frame().right + 5.0f;
107 rect.left = fIdleButton->Frame().right + 5.0f;
109 B_TRANSLATE("Frame color"), new BMessage(PRV_MINI_FRAME));
122 rect.left = fActiveButton->Frame().right + 5.0f;
128 rect.left = fIdleButton->Frame().right + 5.0f;
130 B_TRANSLATE("Frame color"), new BMessage(PRV_DESKBAR_FRAME));
134 rect.left = fColorControl->Frame().left;
135 rect.top = fActiveButton->Frame().bottom + 5.0f;
169 bottom = fFadeCheckBox->Frame()
[all...]
H A DPulseWindow.cpp66 pulseapp->prefs->normal_window_rect = Frame();
68 pulseapp->prefs->mini_window_rect = Frame();
130 BRect frame = Frame();
131 BRect screenFrame = BScreen().Frame();
153 pulseapp->prefs->mini_window_rect = Frame();
171 pulseapp->prefs->normal_window_rect = Frame();
/haiku-fatelf/src/preferences/fonts/
H A DMainWindow.cpp84 if (!screen.Frame().InsetByCopy(10, 10).Intersects(Frame()))
104 fSettings.SetWindowCorner(Frame().LeftTop());
153 BRect screenFrame = BScreen(this).Frame();
154 BRect windowRect = Frame();
/haiku-fatelf/src/servers/mail/
H A DErrorLogWindow.cpp33 if (w == Frame().Width())
39 ChildAt(i)->ResizeTo(w,ChildAt(i)->Frame().Height());
93 if (panel->add_next_at > Frame().Height()) {
96 bar->SetRange(0, panel->add_next_at - Frame().Height());
97 bar->SetSteps(1, Frame().Height());
98 bar->SetProportion(Frame().Height() / panel->add_next_at);
140 bar->SetRange(0, panel->add_next_at - Frame().Height());
141 bar->SetSteps(1, Frame().Height());
142 bar->SetProportion(Frame().Height() / panel->add_next_at);
198 width = view->Frame()
[all...]
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp108 float paletteHeight = fBottomSwatchViews->Frame().Height()
109 + fTopSwatchViews->Frame().Height() + 1;
113 fTopSwatchViews->Frame().bottom + 1);
115 fCurrentColorSV->MoveTo(0, fTopSwatchViews->Frame().top);
119 float width = fTopSwatchViews->Frame().right
120 - fCurrentColorSV->Frame().left;
129 fColorField->MoveTo(0, fBottomSwatchViews->Frame().bottom + 3);
130 fColorSlider->MoveTo(0, fColorField->Frame().bottom + 1);
131 fAlphaSlider->MoveTo(0, fColorSlider->Frame().bottom + 1);
135 ResizeTo(width, fAlphaSlider->Frame()
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp83 BRect frame(fPopupWindow->Frame());
88 leftLocation.x -= fPopupWindow->Frame().Width() + 1.0;
89 leftLocation.y -= fPopupWindow->Frame().Height() + 1.0;
90 float totalWidth = Bounds().Width() + fPopupWindow->Frame().Width();
91 float totalHeight = Bounds().Height() + fPopupWindow->Frame().Height();
99 BRect dest(screen.Frame());
/haiku-fatelf/src/apps/clock/
H A Dcl_wind.cpp42 BPoint lefttop = Frame().LeftTop();
86 BRect frame = Frame();
90 if (!frame.Intersects(BScreen(this).Frame()))
/haiku-fatelf/src/preferences/keyboard/
H A DKeyboardView.cpp84 pt.x = fRepeatSlider->Frame().right + 10;
87 pt.y = fRepeatSlider->Frame().bottom - 35
93 pt.y = fDelaySlider->Frame().bottom - 35
/haiku-fatelf/src/servers/app/decorator/
H A DMagneticBorder.cpp30 BRect frame = window->Frame();
33 frame = decorator->GetFootprint().Frame();
58 BRect screenFrame = screen->Frame();

Completed in 182 milliseconds

1234567891011>>