Searched refs:right (Results 26 - 50 of 627) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.h14 int32 left, int32 top, int32 right, int32 bottom);
/haiku/src/libs/glut/
H A Dglutstroke.h33 float right; member in struct:__anon1828
H A Dglut_swidth.c33 return ch->right;
57 length += ch->right;
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp82 hsBounds.right++;
92 vsBounds.left = vsBounds.right + 1;
94 vsBounds.right = vsBounds.right + B_V_SCROLL_BAR_WIDTH + 1;
134 m_boundsRect.left, m_boundsRect.bottom, m_boundsRect.right, m_boundsRect.top+height));
139 m_boundsRect.right, m_boundsRect.top, m_boundsRect.left+width, m_boundsRect.bottom));
182 m_hScroll->SetRange(m_dataRect.left, m_dataRect.right - width);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp92 r.right -= B_V_SCROLL_BAR_WIDTH;
96 r.left = r.right + 1.0;
97 r.right = r.left + B_V_SCROLL_BAR_WIDTH;
184 if (windowRect.right > screenRect.right) {
185 windowRect.right = screenRect.right - 5.0;
/haiku/headers/libs/alm/
H A DALMLayoutBuilder.h37 XTab* right = NULL, YTab* bottom = NULL);
41 YTab* top, XTab* right = NULL,
48 BALMLayoutBuilder& SetInsets(float left, float top, float right,
57 XTab* right = NULL, YTab* top = NULL,
61 XTab* right = NULL);
63 XTab* left = NULL, XTab* right = NULL);
69 XTab* right = NULL, YTab* top = NULL,
73 XTab* right = NULL);
76 XTab* right = NULL);
H A DALMGroup.h38 ALMGroup& operator|(const ALMGroup& right);
43 XTab* right = NULL, YTab* bottom = NULL);
55 BReference<XTab> right,
/haiku/src/apps/pulse/
H A DConfigView.cpp54 customized below to give each control the right message
101 rect.left = fActiveButton->Frame().right + 5.0f;
107 rect.left = fIdleButton->Frame().right + 5.0f;
122 rect.left = fActiveButton->Frame().right + 5.0f;
128 rect.left = fIdleButton->Frame().right + 5.0f;
165 float right, bottom; local
170 right = fFadeCheckBox->Frame().right;
174 right = fFrameButton->Frame().right;
[all...]
H A DCPUButton.cpp79 rect.left = rect.right - 7;
101 bounds.right -= 4;
104 bounds.right -= 7;
110 color_rect.right -= 1;
120 BPoint end(bounds.right, 0);
131 end.Set(bounds.right - 1, 1);
142 end.Set(bounds.right - 1, bounds.bottom - 1);
144 start.Set(bounds.right - 1, bounds.top + 1);
153 end.Set(bounds.right, bounds.bottom);
155 start.Set(bounds.right, bound
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp212 BPoint(rect.right, rect.top), darken2);
214 BPoint(rect.right, rect.bottom), darken4);
215 view->AddLine(BPoint(rect.right, rect.bottom),
216 BPoint(rect.right, rect.top), darken4);
225 BPoint(rect.right, rect.top), darken1);
231 BPoint(rect.right, rect.top), darken4);
233 BPoint(rect.right, rect.bottom), base);
234 view->AddLine(BPoint(rect.right, rect.bottom),
235 BPoint(rect.right, rect.top + 1), base);
258 BPoint(rect.right, rec
3110 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
3127 BPoint(rect.right, rect.bottom), right); local
[all...]
/haiku/src/apps/tv/
H A DVideoView.cpp276 float right; local
290 right = (i != 7) ? left + bar_width - 1 : bnd.right;
291 FillRect(BRect(left, 0, right, seperator_y1));
292 left = right + 1;
305 right = (i != steps - 1) ? left + bar_width - 1 : bnd.right;
306 FillRect(BRect(left, seperator_y1 + 1, right, seperator_y2));
307 left = right + 1;
320 right
[all...]
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp29 (frame.left + frame.right) / 2,
31 fDestRect.Set((frame.left + frame.right) / 2,
33 frame.right, frame.bottom);
81 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
100 StrokeLine(BPoint(r.right - (width / lineCount) * i, r.bottom),
101 BPoint(r.right, r.bottom - (height / lineCount) * i));
103 StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.top));
207 fSourceRect.right = where.x;
214 fDestRect.right = where.x;
221 BRect dirty(min4(before.left, before.right, afte
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp46 rect.left += fCheckBox->Frame().right + 5;
47 rect.right = rect.left + 9;
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp39 bounds.right / 3.0 - kHorizontalSpace / 2, bounds.bottom - kBottomMargin);
40 listBounds.right -= B_V_SCROLL_BAR_WIDTH;
60 printerBounds.left = B_V_SCROLL_BAR_WIDTH + printerBounds.right + kHorizontalSpace;
61 printerBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH;
68 detailBounds.left = B_V_SCROLL_BAR_WIDTH + detailBounds.right + kHorizontalSpace;
69 detailBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH;
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp40 colorSquare.right = colorSquare.left + colorSquare.Height();
49 menu->MovePenBy(colorSquare.right + 5.0f, 4.0f);
/haiku/src/apps/resedit/
H A DImageEditor.cpp54 r.right = Bounds().right - 10;
80 fOK->MoveTo(Bounds().right - fOK->Bounds().Width() - 10,
89 ResizeTo(MAX(fImageView->Frame().right, fNameBox->Frame().right) + 20,
92 SetSizeLimits(Bounds().right, 30000, Bounds().bottom, 30000);
111 ResizeTo(MAX(fImageView->Frame().right, fNameBox->Frame().right) + 20,
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp160 if (windowRect.right > screenRect.right) {
161 windowRect.right = screenRect.right - 5.0;
/haiku/src/servers/app/decorator/
H A DMagneticBorder.cpp64 float rightDist = fabs(frame.right - screenFrame.right);
73 delta.x = screenFrame.right - originalFrame.right;
H A DTabDecorator.cpp76 frame.left, frame.top, frame.right, frame.bottom));
103 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom));
151 // Part of the bottom and right borders may be a resize-region, so we have
166 BRect resizeRect(BPoint(fBottomBorder.right - fBorderResizeLength,
269 // calculate left/top/right/bottom borders
271 // NOTE: no overlapping, the left and right border rects
276 fRightBorder.Set(fFrame.right + 1, fFrame.top ,
277 fFrame.right + fBorderWidth, fFrame.bottom);
280 fFrame.right + fBorderWidth, fFrame.top - 1);
283 fFrame.right
[all...]
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp28 float right = rect.right - 3; local
41 aRect.right = right;
/haiku/src/tests/servers/app/find_view/
H A DFindView.cpp65 frame.right /= 2;
71 frame.left = frame.right + 1;
72 frame.right = window->Bounds().right - 20;
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp55 if (screenFrame.right < windowRect.right + kMargin)
56 MoveBy(- kMargin - windowRect.right + screenFrame.right, 0);
/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.cpp30 fBounds.right = (int)bounds.right;
43 fWidth = fBounds.right - fBounds.left + 1;
/haiku/src/preferences/filetypes/
H A DDropTargetListView.cpp40 rect.right--;
80 rect.right = rect.left + 1;
84 rect.left = rect.right - 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp87 viewFrame.right -= fInsets.right;
104 float horizontalInsets = fInsets.left + fInsets.right - 1;

Completed in 139 milliseconds

1234567891011>>