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

1234567891011>>

/haiku/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/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/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/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/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp133 if (!screen.Frame().Contains(Frame())) {
160 BRect screenRect = screen.Frame();
161 BRect windowRect = Frame();
168 windowRect = Frame();
177 windowRect = Frame();
182 windowRect = Frame();
/haiku/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/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h29 if (clippingRegion.Frame().IntegerWidth() + 1 < (int32)dstWidth)
30 dstWidth = clippingRegion.Frame().IntegerWidth() + 1;
31 if (clippingRegion.Frame().IntegerHeight() + 1 < (int32)dstHeight)
32 dstHeight = clippingRegion.Frame().IntegerHeight() + 1;
38 if (clippingRegion.Frame().left > destinationRect.left) {
39 filterWeightXIndexOffset = (int32)(clippingRegion.Frame().left
42 if (clippingRegion.Frame().top > destinationRect.top) {
43 filterWeightYIndexOffset = (int32)(clippingRegion.Frame().top
/haiku/src/preferences/input/
H A DKeyboardView.cpp79 pt.x = fRepeatSlider->Frame().right + 10;
82 pt.y = fRepeatSlider->Frame().bottom - 35
88 pt.y = fDelaySlider->Frame().bottom - 35
/haiku/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/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...]
/haiku/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...]
H A DSavePanel.cpp94 BRect rect = textview->Frame();
95 rect.top = cancel->Frame().top;
120 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top + 2);
122 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top);
128 rect = cancel->Frame();
129 rect.OffsetTo(fFormatMF->Frame().right + 5.0, rect.top);
139 textview->ResizeTo(fSettingsB->Frame().right - fFormatMF->Frame()
[all...]
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp36 ChildAt(i)->ResizeTo(w, ChildAt(i)->Frame().Height());
88 if (panel->add_next_at > Frame().Height()) {
91 bar->SetRange(0, panel->add_next_at - Frame().Height());
92 bar->SetSteps(1, Frame().Height());
93 bar->SetProportion(Frame().Height() / panel->add_next_at);
133 bar->SetRange(0, panel->add_next_at - Frame().Height());
134 bar->SetSteps(1, Frame().Height());
135 bar->SetProportion(Frame().Height() / panel->add_next_at);
191 width = view->Frame().Width();
203 *width = view->Frame()
[all...]
/haiku/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/src/kits/tracker/
H A DOverrideAlert.cpp58 BPoint where = OverPosition(Frame().Width(), Frame().Height());
77 BPoint where = OverPosition(Frame().Width(), Frame().Height());
118 desirableRect = window->Frame();
129 desirableRect = BScreen().Frame();
H A DSelectionWindow.cpp186 BPoint windowPosition = BPoint(mousePosition.x - Frame().Width() / 2,
187 mousePosition.y - Frame().Height() / 2);
192 = MAX(20, MIN(screen.Frame().right - 20 - Frame().Width(),
195 MIN(screen.Frame().bottom - 20 - Frame().Height(), windowPosition.y));
/haiku/src/apps/clock/
H A Dcl_wind.cpp42 BPoint lefttop = Frame().LeftTop();
86 BRect frame = Frame();
90 if (!frame.Intersects(BScreen(this).Frame()))
/haiku/src/servers/app/decorator/
H A DMagneticBorder.cpp30 BRect frame = window->Frame();
33 frame = decorator->GetFootprint().Frame();
58 BRect screenFrame = screen->Frame();
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollableView.cpp36 child->MoveTo(child->Frame().LeftTop() + oldOffset - newOffset);
/haiku/src/preferences/keymap/
H A DKeymapApplication.cpp55 fModifierKeysWindow->CenterIn(fWindow->Frame());
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp150 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop());
165 view()->DrawBitmap(m_bitmap, Frame().LeftTop());
180 if (jack && jack->Frame().Contains(point))
222 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop());
286 BPoint p = Frame().LeftTop();
408 if ((Frame().Height() < minHeight)
409 || ((Frame().Height() > minHeight)
412 updateRegion.Include(Frame());
413 resizeTo(Frame().Width(), minHeight);
414 updateRegion.Include(Frame());
[all...]
/haiku/src/apps/gradients/
H A DGradientsWindow.cpp44 MoveTo((BScreen().Frame().Width() - Bounds().Width()) / 2,
45 (BScreen().Frame().Height() - Bounds().Height()) / 2 );
/haiku/src/tests/kits/interface/
H A DScreenTest.cpp28 screen.Frame().PrintToStream();
49 screen.Frame().PrintToStream();

Completed in 689 milliseconds

1234567891011>>