Searched refs:right (Results 1 - 25 of 627) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp162 int32 bottomBlock = _BlockAt(BPoint(Bounds().right, Bounds().bottom));
347 // Try to have the size right (should be exactly 2x the cell width)
349 float left, top, bottom, right; local
350 GetItemMargins(&left, &top, &bottom, &right);
560 if (x + fCharacterWidth + kXGap >= fDataRect.right) {
697 fDataRect.right = bounds.Width();
/haiku/src/servers/app/
H A DServerApp.cpp762 // TODO: choose the right HWInterface with regards to the
876 // TODO: choose the right HWInterface with regards to the
3726 frame.right = frame.left + 1;
3746 frame.right, frame.bottom));
/haiku/src/preferences/screen/
H A DScreenWindow.cpp300 // box on the right with screen resolution, etc.
350 itemRect.right = menuFont.StringWidth("99999x99999") + 16;
999 if (frame.right <= Frame().right
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp54 float progressLeft = fChipRect.right + 29;
55 float cpuLeft = fChipRect.right + 5;
203 StrokeLine(BPoint(innerRect.right, innerRect.top + 1),
204 BPoint(innerRect.right, innerRect.bottom - 1), B_MIXED_COLORS);
206 BPoint(innerRect.right - 1, innerRect.top), B_MIXED_COLORS);
208 BPoint(innerRect.right - 1, innerRect.bottom), B_MIXED_COLORS);
215 StrokeLine(BPoint(innerRect.right, innerRect.top + 6),
216 BPoint(innerRect.right, innerRect.bottom - 6), B_MIXED_COLORS);
218 BPoint(innerRect.right - 6, innerRect.top), B_MIXED_COLORS);
220 BPoint(innerRect.right
[all...]
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp255 if (screen.Frame().right < Frame().right)
256 MoveBy(0, screen.Frame().right - Frame().right);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
/haiku/src/apps/diskprobe/
H A DProbeView.cpp833 right border.
867 point.x = Frame().right - 4 - Menu()->StringWidth(fType.String());
1043 rect.right = frame.right;
/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/apps/aboutsystem/
H A DAboutSystem.cpp136 TranslationComparator(const void* left, const void* right) argument
139 const Translation* rightTranslation = *(const Translation**)right;
204 int32 right, int32 bottom);
491 CropView::CropView(BView* target, int32 left, int32 top, int32 right, argument
498 fCropRight(right),
/haiku/src/kits/interface/
H A DColumnTypes.cpp90 parent->MovePenTo(rect.right - kTEXT_MARGIN
575 graphRect.right = graphRect.left + value;
649 x = rect.right - kTEXT_MARGIN - r.Width();
H A DHaikuControlLook.cpp381 filledRect.right = progressPosition - 1;
402 if (nonfilledRect.left < nonfilledRect.right) {
478 rect.right++;
588 BPoint(rect.right, rect.bottom), borderColor);
589 view->AddLine(BPoint(rect.right, rect.top + 1),
590 BPoint(rect.right, rect.bottom - 1), borderColor);
602 BPoint(rect.right, rect.top), highlightColor);
605 BPoint(rect.right, rect.top), borderColor);
703 // dark vertical line on right edge
707 rect.right
2692 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
2713 BPoint(rect.right, rect.bottom), right); local
2728 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) argument
2770 BPoint(rect.right, rect.top), right); local
[all...]
H A DStatusBar.cpp307 fTextDivider = rect.right;
540 update.right = ceilf(newPosition);
543 update.right = ceilf(oldPosition);
764 Invalidate(BRect(0, 0, Bounds().right,
785 return BRect(2, top, Bounds().right - 2, top + BarHeight() - 4);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c876 /* right channel */
881 sound->right.adc_source = line; //record line right
885 sound->right.adc_source = aux1; // record CD right?
889 sound->right.adc_source = mic; // record mic right
893 sound->right.adc_source = loopback;
897 sound->right.adc_gain = u&15;
898 sound->right
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp522 // the file system is very busy right now
1001 // and we have resized over the bottom right corner of the extent
1003 if (offsetX < 0 && PoseView()->Bounds().right > extent.right
1067 if (sNewWindRect.right > screenFrame.right)
1261 frame.right = frame.left + extent.Width() + widthDiff;
3817 frame.right *= scalingFactor;
3874 frame.right *= scalingFactor;
3929 frame.right /
[all...]
H A DFilePanelPriv.cpp705 rect.right = rect.left + (spacing * 50);
752 rect.right = rect.left + spacing * 28;
772 rect.right = windRect.Width() - spacing;
1545 // reason sometimes it is not right, force it here
H A DTextWidget.cpp138 result.right = result.left + column->Width();
161 result.right = result.left + viewWidth;
170 result.right = result.left + viewWidth;
174 result.right = poseLoc.x + column->Width();
175 result.left = result.right - viewWidth;
199 result.right = result.left + viewWidth;
233 result.right = result.left + column->Width();
235 result.right = result.left + kWidthMargin;
416 float right = oldWidth - newWidth; local
419 scrollView->MoveBy(roundf(right /
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h352 hashLowerBound(T* entry, int& left, int& right, uint32 hashValueOfRequest) argument
361 while (left < right) {
362 mid = (left + right) / 2;
365 right = mid;
371 TRACE("left:(%" B_PRId32 "), right:(%" B_PRId32 ")\n", left, right);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp495 _AddItemMenu(menu, B_TRANSLATE("Flip left to right"),
1376 frame.right += be_control_look->GetScrollBarWidth(B_VERTICAL);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp119 width = rect.right - (x + r.Width()) - (2 * sTextMargin);
120 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
124 x = rect.right - sTextMargin - r.Width();
/haiku/src/apps/text_search/
H A DGrepWindow.cpp611 if (windowFrame.left > screenFrame.right
613 || windowFrame.right < screenFrame.left
1134 // It seems impossible to make it behave just right.
/haiku/src/apps/terminal/
H A DTermWindow.cpp115 ResizeTo(frame.right + kTermViewOffset, frame.bottom + kTermViewOffset);
H A DTermViewStates.cpp614 where.x = bounds.right;
/haiku/headers/os/interface/
H A DFont.h134 float right; member in struct:edge_info
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp66 innerFrame.right -= vScrollBar->Bounds().Width() - 1;
78 rect.left = rect.right + 1;
79 rect.right = rect.left + vScrollBar->Bounds().Width();
92 rect.right += 1;
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp524 floorf((bounds.left + bounds.right
525 - (iconBounds.left + iconBounds.right)) / 2 + 0.5f),

Completed in 178 milliseconds

1234567891011>>