Searched refs:Frame (Results 51 - 75 of 370) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp65 View::Frame() const function in class:View
105 return Frame().Size();
264 if (child->Frame().Contains(point))
291 point -= view->Frame().LeftTop();
393 child->SetFrame(child->Frame());
449 region.Exclude(child->Frame());
451 if (region.Frame().IsValid()) {
474 BRect childFrame = child->Frame();
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp53 BRect windowRect = Frame();
54 BRect screenFrame(BScreen(B_MAIN_SCREEN_ID).Frame());
/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp60 BRect frame = screen.Frame();
107 BRect frame = screen.Frame();
/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp52 ResizeTo(horizontal->Frame().right + 10, slider->Frame().bottom + 10);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp198 message.AddRect("frame", Frame());
282 BRect centeredRect = Frame();
286 if (!screen.Frame().Contains(centeredRect))
297 if (!screen.Frame().Contains(tryRect))
300 if (!screen.Frame().Contains(tryRect))
312 if (!screen.Frame().Contains(tryRect))
315 if (!screen.Frame().Contains(tryRect))
335 BRect frame = window->Frame();
/haiku/src/apps/webpositive/tabview/
H A DTabView.h50 BRect Frame() const;
70 virtual BRect Frame();
H A DTabView.cpp73 BRect frame(fLayoutItem->Frame());
196 TabView::Frame() const function in class:TabView
198 return fLayoutItem->Frame();
243 TabLayoutItem::Frame() function in class:TabLayoutItem
304 InvalidateContainer(Frame());
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp134 region.Include(Frame());
141 if (region.Intersects(item->Frame()))
142 item->Draw(item->Frame());
146 region.Include(Frame());
152 if (region.Intersects(r = item->Frame())) {
190 dragMsg.AddPoint("offset", point - Frame().LeftTop());
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp208 BRect r = Frame();
216 left = fNext->Frame().right + 10;
221 left = fPrev->Frame().right + 10;
226 left = fZoomIn->Frame().right + 10;
231 left = fZoomOut->Frame().right + 10;
233 top = fZoomOut->Frame().bottom + 5;
/haiku/src/apps/terminal/
H A DSmartTabView.cpp170 < screen.Frame().Height()) {
171 if (Window()->Frame().bottom + TabHeight()
172 > screen.Frame().bottom - 5) {
205 < screen.Frame().Height()) {
206 if (Window()->Frame().bottom
207 > screen.Frame().bottom - 5 - TabHeight()) {
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp81 BRect frame(Frame());
151 BRect frame = Frame();
177 BRect frame(Frame());
219 BRect frame(Frame());
325 if (fDeskbarMenuItem->Frame().Contains(loc) || both)
328 if (fAppListMenuItem && (fAppListMenuItem->Frame().Contains(loc) || both))
H A DWindowMenuItem.cpp87 *width = Frame().Width()/* - sHPad*/;
115 BRect frame(Frame());
132 frame.right = Frame().right;
193 float offset = penLocation.x - Frame().left;
216 zoomRect = item->Menu()->ConvertToScreen(item->Frame());
/haiku/src/kits/interface/
H A DAbstractLayout.cpp49 virtual BRect Frame() const = 0;
117 BRect Frame() const function in struct:BAbstractLayout::DataProxy
230 BRect Frame() const function in struct:BAbstractLayout::ViewProxy
232 return view->Frame();
380 BAbstractLayout::Frame() function in class:BAbstractLayout
382 return fExplicitData->Frame();
389 if (frame != fExplicitData->Frame()) {
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp236 if (!screen.Frame().Contains(Frame())) {
331 BRect screenRect = screen.Frame();
332 BRect windowRect = Frame();
339 windowRect = Frame();
348 windowRect = Frame();
353 windowRect = Frame();
H A DParameterContainerView.cpp55 target->Frame(),
73 BRect b = wrapper->Frame();
123 // BRect b = ChildAt(0)->Frame();
127 // m_target->ScrollBar(B_HORIZONTAL)->Frame().PrintToStream();
129 // m_target->ScrollBar(B_VERTICAL)->Frame().PrintToStream();
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp247 fScreenFrame = screen.Frame();
257 if (fScreenFrame != screen.Frame())
258 UpdateFramesForScreen(screen.Frame());
312 fScreenFrame = screen.Frame();
351 fCurrentFrame(Frame()),
465 fCurrentFrame = Frame();
478 clipping.Exclude(Frame());
586 BRect screenFrame = screen.Frame();
587 BRect windowFrame = window->Frame();
744 float screenWidth = screen.Frame()
[all...]
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp179 rect.top = fDescription->Frame().bottom + kTextDistance;
191 rect.top = fDefaultPartition->Frame().bottom + kTextDistance;
267 float left = fDefaultPartition->Frame().left;
268 float top = fDescription->Frame().bottom + kTextDistance;
271 top = fDefaultPartition->Frame().bottom + kTextDistance;
/haiku/src/apps/resedit/
H A DMiscEditors.cpp95 r = fIDBox->Frame();
121 r = fOK->Frame();
137 if (Bounds().Height() < fCancel->Frame().bottom + 10) {
142 Window()->ResizeTo(Window()->Bounds().Width(), fCancel->Frame().bottom + 10);
171 return fOK->Frame().Height() + (strheight * lineCount) + 40.0;
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp84 BRect screenRect(0, 0, view->Frame().Width(), view->Frame().Height());
98 fBackView->FillRect(fBackView->Frame());
161 uint16 maxX = view->Frame().IntegerWidth() - size;
162 uint16 maxY = view->Frame().IntegerHeight() - size;
/haiku/src/servers/app/
H A DView.cpp265 IntRect clippedFrame = view->Frame();
319 IntRect clippedFrame = view->Frame();
446 IntRect frame = Frame();
716 child->Frame() & oldBounds & Bounds());
717 if (dirty->Frame().Intersects(previousChildVisible)) {
1086 while (rect.top > redraw->Frame().top)
1091 while (rect.left > redraw->Frame().left)
1110 while (rect.top < redraw->Frame().bottom) {
1111 while (rect.left < redraw->Frame().right) {
1123 while (rect.left < redraw->Frame()
[all...]
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp44 BRect screenFrame = screen.Frame();
119 fSettings.SetFrame(Frame());
132 BRect frame = Frame();
/haiku/src/tests/kits/interface/bregion/
H A DRegionIntersect.cpp68 BRect resultRegionFrame(resultRegion->Frame());
69 BRect testRegionAFrame(testRegionA->Frame());
70 BRect testRegionBFrame(testRegionB->Frame());
H A DRegionInclude.cpp68 BRect resultRegionFrame(resultRegion->Frame());
69 BRect testRegionAFrame(testRegionA->Frame());
70 BRect testRegionBFrame(testRegionB->Frame());
H A DRegionExclude.cpp68 BRect resultRegionFrame(resultRegion->Frame());
69 BRect testRegionAFrame(testRegionA->Frame());
70 BRect testRegionBFrame(testRegionB->Frame());
/haiku/src/apps/login/
H A DLoginApp.cpp66 frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2,
67 screen.Frame().Height()/2 - frame.Height()/2);
72 fDesktopWindow = new DesktopWindow(screen.Frame(), fEditShelfMode);

Completed in 134 milliseconds

1234567891011>>