Searched refs:right (Results 176 - 200 of 627) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/via/
H A DAcceleration.c92 (list[i].right)+1,
113 (list[i].right)+1,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.h93 int32 DspAudioMute(int8 left, int8 right);
94 int32 DspSetAudioVolume(int8 left, int8 right, int8 auto_mute);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp33 Chart::AxisInfo::SetFrame(float left, float top, float right, float bottom) argument
35 frame.Set(left, top, right, bottom);
371 //printf("Chart::Draw((%f, %f) - (%f, %f))\n", updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
453 int32 right = 0; local
460 right = fRightAxis.axis->PreferredSize(this, size).IntegerWidth() + 1;
468 fChartFrame = BRect(left, top, width - right - 1, height - bottom - 1);
470 //printf(" fChartFrame: (%f, %f) - (%f, %f)\n", fChartFrame.left, fChartFrame.top, fChartFrame.right, fChartFrame.bottom);
474 fRightAxis.SetFrame(fChartFrame.right + 1, fChartFrame.top + 1, width - 1,
476 fTopAxis.SetFrame(fChartFrame.left + 1, 0, fChartFrame.right - 1,
479 fChartFrame.right
[all...]
/haiku/src/tests/kits/interface/menu/menuworld/
H A DTestMenuBuilder.cpp121 iconBounds.right = kLargeIconWidth - 1; // 0 counts as a pixel!
127 iconBounds.right = kMiniIconWidth - 1;
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp60 frame.left = (frame.left + frame.right - width) / 2;
62 frame.right = frame.left + width - 1;
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h20 void SetInsets(float left, float top, float right,
24 void GetInsets(float* left, float* top, float* right,
H A DSplitView.h21 void SetInsets(float left, float top, float right,
26 float* right, float* bottom) const;
/haiku/src/kits/interface/
H A DGroupLayoutBuilder.cpp171 BGroupLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
174 layout->SetInsets(left, top, right, bottom);
H A DSeparatorItem.cpp110 BPoint(bounds.right - 1.0f, startTop));
113 BPoint(bounds.right - 1.0f, startTop + 1.0f));
H A DMenu.cpp1339 BMenu::SetItemMargins(float left, float top, float right, float bottom) argument
1341 fPad.Set(left, top, right, bottom);
1356 *_right = fPad.right;
2260 submenuBounds.top, menuBounds.right,
2263 position.y, menuBounds.right,
2581 size.width = Bounds().Width() - fPad.right;
2620 frame.Set(0, 0, overrideFrame->right, -1);
2659 frame.right = std::max(frame.right, width + fPad.left + fPad.right);
[all...]
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp94 frame.right);
250 targetFrame.right -= 2 * (int32)decorator->BorderWidth();
323 frame.right += decorator->BorderWidth() + 1;
512 && mousePosition.x <= frame.right + decorator->BorderWidth() +1
524 && mousePosition.x > newFrame.right) {
525 deltaX = mousePosition.x - newFrame.right;
526 if (mousePosition.x > frame.right)
527 deltaX -= mousePosition.x - frame.right;
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h83 cb.right,
100 cb.right,
123 if (r.left <= r.right && r.top <= r.bottom) {
127 r.right = min_c((int)width() - 1, r.right);
132 if(r.right > m_bounds.x2) m_bounds.x2 = r.right;
170 clip.right -= m_offset_x;
H A DPainter.h366 rect.right = ceilf(rect.right);
381 rect.right = ceilf(rect.right);
410 rect.right = ceilf(rect.right);
413 rect.right = floorf(rect.right);
/haiku/src/kits/tracker/
H A DMiniMenuField.cpp100 bounds.right--;
107 bounds.right--;
/haiku/src/apps/people/
H A DAttributeTextControl.cpp174 // The code below works only for right aligned labels.
176 bounds.right = Divider();
177 bounds.left = bounds.right - StringWidth(Label());
/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);
/haiku/src/kits/shared/
H A DVariant.cpp103 _SetTo(rect->left, rect->top, rect->right, rect->bottom);
180 return BRect(fRect.left, fRect.top, fRect.right, fRect.bottom)
181 == BRect(other.fRect.left, other.fRect.top, other.fRect.right,
320 return BRect(fRect.left, fRect.top, fRect.right, fRect.bottom);
410 fRect.right, fRect.bottom));
633 BVariant::_SetTo(float left, float top, float right, float bottom) argument
639 fRect.right = right;
H A DBitmapButton.cpp102 floorf((bounds.left + bounds.right
103 - (bitmapBounds.left + bitmapBounds.right)) / 2 + 0.5f),
H A DDateTimeEdit.cpp854 area.right = area.left + width;
870 area.right = area.left + sepWidth;
962 sectionArea.right -= kArrowAreaWidth;
978 bounds.left = bounds.right - kArrowAreaWidth;
979 bounds.right = Bounds().right - 2;
980 fUpRect.Set(bounds.left + 3, bounds.top + 2, bounds.right,
987 BPoint right(left.x + 2 * (middle.x - left.x), fUpRect.bottom - 1);
996 AddLine(middle, right, HighColor());
1001 left.y = right
[all...]
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp60 bounds.left = floorf(bounds.right - width);
81 bounds.right = ceilf(bounds.left + width);
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp155 return BRect(frame.right - 150, frame.top + frame.Height() / 4,
156 frame.right + 200, frame.top + frame.Height() / 4 + 50);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp114 That's not an issue right now, because we run single-threaded and don't use
176 Operator(Term* left, int8 op, Term* right);
264 // test for the right symbol (as this doesn't need any memory)
894 Operator::Operator(Term* left, int8 op, Term* right)
898 fRight(right)
902 if (right)
903 right->SetParent(this);
1014 Term* right = NULL;
1018 if (fRight != NULL && (right = fRight->Copy()) == NULL) {
1023 Term* term = new(std::nothrow) Term(left, fOp, right);
[all...]
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c171 uint16 left, top, right, bottom; local
227 right = list->right;
233 *((vuint16 *)(mmRegs+0x98)) = (right-left+1)*bpp - 1;
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dsound.h58 struct channel right; /* right channel setup */ member in struct:sound_setup
/haiku/src/apps/switcher/
H A DLaunchButton.h69 rgb_color right, rgb_color bottom);

Completed in 226 milliseconds

1234567891011>>