Searched refs:right (Results 476 - 500 of 627) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/interface/
H A DWindow.cpp1021 fFrame.right = fFrame.left + width;
1232 fFrame.right = fFrame.left + width;
1581 zoomArea.left = deskbarFrame.right + 2;
1589 zoomArea.right = deskbarFrame.left - 2;
1602 zoomArea.right -= borderWidth;
1615 zoomArea.right = screenFrame.right - borderWidth;
2006 decoratorFrame.right += borderWidth;
2011 decoratorFrame.right += borderWidth;
2438 fFrame.right
[all...]
H A DView.cpp1479 // right
3891 if (point2.x > bounds.right)
3892 bounds.right = point2.x;
3904 if (point3.x > bounds.right)
3905 bounds.right = point3.x;
3931 if (point2.x > bounds.right)
3932 bounds.right = point2.x;
3944 if (point3.x > bounds.right)
3945 bounds.right = point3.x;
3971 if (point2.x > bounds.right)
[all...]
H A DMenuPrivate.cpp157 MenuPrivate::GetItemMargins(float* left, float* top, float* right, argument
160 fMenu->GetItemMargins(left, top, right, bottom);
165 MenuPrivate::SetItemMargins(float left, float top, float right, float bottom) argument
167 fMenu->SetItemMargins(left, top, right, bottom);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp290 int right = numberOfLeafEntries - 1; local
294 hashLowerBound<AttrLeafEntry>(entry, left, right, hashValueOfRequest);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp161 middle.x = (b.left + b.right - StringWidth(message1)) / 2.0;
165 middle.x = (b.left + b.right - StringWidth(message2)) / 2.0;
H A DSwatchGroup.cpp119 float width = fTopSwatchViews->Frame().right
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp376 rect.OffsetTo(BPoint(frame.right - rect.Width(),
479 bounds.left = bounds.right - kSwitchWidth;
H A DBarMenuBar.cpp82 frame.right = frame.left + kSepItemWidth;
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp459 * Getting the about text formatting right.
2306 empty string, then we've found it right now! */
3313 opened the PositionIO to the right file. If things go wrong, a non-zero error
3350 program so that it picks up the right icon). And register the names for our
3829 and picks up the right icon. */
5535 X = ButtonPntr->Frame().right + 3 * g_MarginBetweenControls;
5549 X = ButtonPntr->Frame().right + g_MarginBetweenControls;
6152 X = TempRect.right;
6159 /* Make the Create button at the far right of the first row of controls,
6203 TempRect.right
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp32 CRadeonRect::CRadeonRect(int left, int top, int right, int bottom) argument
35 fRight(right),
90 void CRadeonRect::SetTo(int left, int top, int right, int bottom) argument
94 fRight = right;
H A DTheater200.cpp1135 int32 CTheater200::DspAudioMute(int8 left, int8 right) argument
1141 fb_scratch0 = ((right << 16) & 0xff0000) | ((left << 8) & 0xff00) | (21 & 0xff);
1149 int32 CTheater200::DspSetAudioVolume(int8 left, int8 right, int8 auto_mute) argument
1156 | ((right << 16) & 0xff0000)
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp305 fFrame.right += horizontal;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp74 frame.right = frame.left + mpm.mini.x + 1;
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp62 offset.x = (bounds.left + bounds.right) / 2;
H A DVolumeSlider.cpp79 // movement from right to left
83 // movement from left to right
114 rect.right = rect.left + rect.Height();
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp268 return BPoint(drand48() * (bound.right - bound.left) + bound.left,
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp142 bitsHeader.bounds.right = displayWidth - 1;
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h250 uint16 right; member in struct:__anon20
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp78 x += (fMainTime - fLeftTime) * bounds.right
/haiku/src/apps/installer/
H A DPackageViews.cpp162 sizeRect.left = sizeRect.right - width;
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp152 bitsHeader.bounds.right = iconImage.imageWidth - 1;
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp90 background->Bounds().bottom - 85, background->Bounds().right,
/haiku/src/kits/shared/
H A DIconButton.cpp441 // It doesn't look right to copy BitsLength() bytes, but bitmaps
443 // all right.
528 if (x > trimmed.right)
529 trimmed.right = x;
546 minInset = min_c(minInset, fNormalBitmap->Bounds().right
547 - trimmed.right);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp894 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right);
1157 header.bounds.right = B_HOST_TO_BENDIAN_FLOAT(bounds.right);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp723 if (Frame().right + delta > screenFrame.right)
724 delta = screenFrame.right - Frame().right - 4.0f;

Completed in 320 milliseconds

<<11121314151617181920>>