Searched refs:right (Results 101 - 125 of 627) sorted by path

1234567891011>>

/haiku/src/apps/diskusage/
H A DInfoWindow.cpp54 float right = Bounds().Width() - kSmallHMargin; local
55 BRect iconRect(right - 31.0, kSmallVMargin, right, kSmallVMargin + 31.0);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp76 rect.left = rect.right;
81 rect.right = rect.left -= 30;
84 rect.left = width > 75 ? rect.right - width : rect.right - 75;
115 - fCurrentButton->Frame().right;
H A DPasswordAlert.cpp63 Bounds().right - 5, Bounds().bottom);
209 stripeRect.right = kIconStripeWidth;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp81 r.right = r.left + child->Bounds().Width() + 2 * fSpacing;
83 r.left = r.right + 1.0 - fSpacing;
131 frame.left = (frame.left + frame.right) / 2.0 - view->Bounds().Width() / 2.0;
H A DIconButton.cpp409 // It doesn't look right to copy BitsLength() bytes, but bitmaps
772 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col1);
773 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2);
774 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2);
777 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col3);
778 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col4);
779 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col4);
H A DIconOptionsControl.cpp74 frame.right = frame.left + mpm.mini.x + 1;
H A DSwatchView.cpp89 BPoint(r.right, r.top), kDottedBig);
91 // right/bottom
100 StrokeLine(BPoint(r.right, r.top + 1),
101 BPoint(r.right, r.bottom), kDottedBig);
102 StrokeLine(BPoint(r.right - 1, r.bottom),
245 AddLine(BPoint(r.left + 1, r.top), BPoint(r.right, r.top), leftTop);
246 AddLine(BPoint(r.right, r.top + 1), BPoint(r.right, r.bottom),
248 AddLine(BPoint(r.right - 1, r.bottom), BPoint(r.left, r.bottom),
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp193 if (pos + 1 <= b.right) {
197 if (pos + 2 <= b.right) {
206 StrokeLine(BPoint(b.left, pos - 2), BPoint(b.right, pos - 2));
210 StrokeLine(BPoint(b.left, pos - 1), BPoint(b.right, pos - 1));
214 StrokeLine(BPoint(b.left, pos + 1), BPoint(b.right, pos + 1));
218 StrokeLine(BPoint(b.left, pos + 2), BPoint(b.right, pos + 2));
H A DColorPreview.cpp97 BRect r(bounds.left, bounds.top, bounds.right,
H A DColorSlider.cpp170 FillRect(BRect(bounds.right + 1, r.top, r.right, r.bottom),
173 BRect(bounds.left, r.top, bounds.right, bounds.top - 1),
176 BRect(bounds.left, bounds.bottom + 1, bounds.right, r.bottom),
192 BPoint(r.right, offset),
193 BPoint(r.right - 5.0, offset + 5.0),
194 BPoint(r.right, offset + 10.0));
208 if (x + 3 < r.right) {
213 if (x + 4 < r.right) {
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp114 frame.right -= 10.0;
193 BPoint(r.right, r.top), lightShadow);
194 AddLine(BPoint(r.right, r.top + 1.0),
195 BPoint(r.right, r.bottom), light);
196 AddLine(BPoint(r.right - 1.0, r.bottom),
204 BPoint(r.right, r.top), darkShadow);
205 AddLine(BPoint(r.right, r.top + 1.0),
206 BPoint(r.right, r.bottom), background);
207 AddLine(BPoint(r.right - 1.0, r.bottom),
210 r.left = r.right
[all...]
H A DPopupControl.cpp102 frame.right = frame.left + dest.Width();
112 if (frame.right > dest.right)
113 hOffset = dest.right - frame.right;
H A DPopupSlider.cpp76 fSliderButtonRect.right = fSliderButtonRect.left + sliderWidth + 2.0;
80 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
99 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
119 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
138 r.right = fSliderButtonRect.left - 1.0;
285 BPoint(frame.right, frame.top), lightShadow);
286 AddLine(BPoint(frame.right, frame.top + 1.0),
287 BPoint(frame.right, frame.bottom), darkShadow);
288 AddLine(BPoint(frame.right - 1.0, frame.bottom),
H A DSliderView.cpp42 fButtonRect.right = fButtonRect.left + buttonWidth;
95 BPoint(r.right, r.top), lightShadow);
96 AddLine(BPoint(r.right, r.top + 1.0),
97 BPoint(r.right, r.bottom), darkShadow);
98 AddLine(BPoint(r.right - 1.0, r.bottom),
105 BPoint(r.right, r.top), light);
106 AddLine(BPoint(r.right, r.top + 1.0),
107 BPoint(r.right, r.bottom), shadow);
108 AddLine(BPoint(r.right - 1.0, r.bottom),
115 BPoint(r.right,
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp356 BPoint(r.right, r.top), shadow);
357 AddLine(BPoint(r.right, r.top + 1.0),
358 BPoint(r.right, r.bottom), light);
359 AddLine(BPoint(r.right - 1.0, r.bottom),
367 // The right and bottom lines will be hidden if the scroll views are
715 fScrollCorner->MoveTo(childRect.right + 2.0, childRect.bottom + 2.0);
760 dataRect.right - visibleBounds.Width());
908 r.right -= borderWidth;
935 rect.right -= B_V_SCROLL_BAR_WIDTH;
H A DScrollable.cpp163 float maxX = max_c(dataRect.left, dataRect.right - fVisibleWidth);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp64 b.right = b.left + b.Height();
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h52 int32& left, int32& top, int32& right, int32& bottom)
56 right = (int32)ceilf(r.right);
51 rect_to_int(BRect r, int32& left, int32& top, int32& right, int32& bottom) argument
H A Dsupport_ui.cpp27 rgb_color right, rgb_color bottom)
34 BPoint(r.right, r.top), top);
35 v->AddLine(BPoint(r.right, r.top + 1.0),
36 BPoint(r.right, r.bottom), right); local
37 v->AddLine(BPoint(r.right - 1.0, r.bottom),
101 // bottom or right border
156 frame.right -= frame.Width() - screenFrame.Width() + 10.0;
160 if (frame.right > screenFrame.right)
26 stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top, rgb_color right, rgb_color bottom) argument
[all...]
H A Dsupport_ui.h27 rgb_color right, rgb_color bottom);
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp119 float width = fTopSwatchViews->Frame().right
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp442 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col1);
443 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2);
444 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2);
447 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col3);
448 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col4);
449 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col4);
H A DLaunchButton.h72 rgb_color right, rgb_color bottom);
H A DMainWindow.cpp253 // Place left or right of the pad
255 if (screen.Frame().right - Frame().right
257 origin.x = Frame().right + 10;
549 // nearest to left or right border
553 fBorderDist = screenFrame.right - frame.right;
579 // left or right border
583 offset.x = (screenFrame.right - fBorderDist) - frame.right;
[all...]
H A Dsupport.cpp70 stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top, rgb_color right, argument
78 BPoint(r.right, r.top), top);
79 v->AddLine(BPoint(r.right, r.top + 1.0),
80 BPoint(r.right, r.bottom), right); local
81 v->AddLine(BPoint(r.right - 1.0, r.bottom),
100 frame.right -= frame.Width() - screenFrame.Width() + 10.0;
104 if (frame.right > screenFrame.right)
105 frame.OffsetBy(-(frame.right
[all...]

Completed in 118 milliseconds

1234567891011>>