Searched refs:right (Results 351 - 375 of 627) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/kits/game/set_mouse_position_test/
H A Dtest_mouse.cpp118 width = int32(screenBounds.right - screenBounds.left) - 5;
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp67 float fButton_x = m_pHideUserCheck->Frame().right + 15;
109 float fEdit_right = m_pAddItemButton->Frame().right;
118 r.left = m_pAddItemButton->Frame().right + 30;
120 r.right = r.left + 200 - B_V_SCROLL_BAR_WIDTH;
367 // window right away; the actual menu items will be
H A DMenuWindow.cpp92 menuViewRect.right + 2,
106 float windowWidth = m_pMenuView->Frame().right;
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp119 bounds.right += rand() % 21 - 10;
/haiku/src/add-ons/screen_savers/spider/
H A DPolygon.cpp54 if (p.x < fBounds.left || p.x > fBounds.right)
/haiku/headers/os/interface/
H A DRegion.h22 int32 right; member in struct:__anon1
/haiku/headers/private/locale/
H A DLocaleRosterData.h53 const void* right);
/haiku/src/preferences/time/
H A DTZDisplay.cpp70 pt.x = bounds.right - StringWidth(fTime.String());
/haiku/src/libs/print/libprint/
H A DPrintProcess.cpp26 rect.left, rect.top, rect.right, rect.bottom));
H A DPrintUtils.cpp45 scaleRect.right *= scale;
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp73 uint32 left, uint32 right)
85 map.AddState(B_TRANSLATE("Left"), new HasBitsFieldTester(left, right));
87 // Here, only the right may be pressed
88 map.AddState(B_TRANSLATE("Right"), new HasBitsFieldTester(right, left));
91 map.AddState(B_TRANSLATE("Both"), new HasBitsFieldTester(left | right));
72 SetupStandardMap(MetaKeyStateMap& map, const char* name, uint32 both, uint32 left, uint32 right) argument
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp64 offset.x = (bounds.left + bounds.right) / 2;
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp53 replicantFrame.left = replicantFrame.right - 7.0f;
/haiku/src/add-ons/accelerants/radeon/
H A DAcceleration.c141 ((list->right - list->left + 1) << 16) |
179 OUTREG(ai->regs, RADEON_DST_WIDTH_HEIGHT, ((list->right - list->left + 1) << 16) | (list->bottom - list->top + 1));
217 ((list->right - list->left + 1) << 16) |
262 OUTREG(ai->regs, RADEON_DST_WIDTH_HEIGHT, ((list->right - list->left + 1) << 16) | (list->bottom - list->top + 1));
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp102 // right-align text view
1340 FillRect(BRect(0, 1, rect.right, 3));
1342 StrokeLine(BPoint(0, 0), BPoint(rect.right, 0));
1344 StrokeLine(BPoint(0, 4), BPoint(rect.right, 4));
1383 FillRect(BRect(0, 1, rect.right, 3));
1385 StrokeLine(BPoint(0, 0), BPoint(rect.right, 0));
1387 StrokeLine(BPoint(0, 4), BPoint(rect.right, 4));
1421 FillRect(BRect(54, 0, rect.right, 8));
1427 StrokeLine(BPoint(54, 9), BPoint(rect.right, 9));
1429 StrokeLine(BPoint(0, 10), BPoint(rect.right, 1
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp470 BPoint rightBottom(r.right, r.bottom);
594 rect.right = floorf(bitmapWidth * fZoom) - 1;
617 FillRect(BRect(0, 0, bounds.right, border.top - 1), B_SOLID_LOW);
620 // right
621 FillRect(BRect(border.right + 1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
623 FillRect(BRect(0, border.bottom + 1, bounds.right, bounds.bottom), B_SOLID_LOW);
638 pos.x = (bounds.left + bounds.right - width) / 2;
750 rect.right = floorf((rect.right
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp326 // and transfer the changes to the viewRect with the right scale
338 if (bitmapRect.right > actualBitmapRect.right) {
339 float diff = bitmapRect.right - actualBitmapRect.right;
340 viewRect.right -= diff / xScale;
341 bitmapRect.right = actualBitmapRect.right;
1064 bounds.right = max_c(bounds.right, point
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c209 * Append the runlist @src after element @loc in @dst. Merge the right end of
224 BOOL right = FALSE; /* Right end of @src needs merging */ local
234 /* First, check if the right hand end needs merging. */
236 right = ntfs_rl_are_mergeable(src + ssize - 1, dst + loc + 1);
239 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right);
247 /* First, merge the right hand end, if necessary. */
248 if (right)
255 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
374 * right end
390 BOOL right = FALSE; /* Right end of @src needs merging */ local
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp132 int w = pList->right - x + 1;
183 int w = pList->right - x + 1;
H A Drage128_draw.cpp146 int w = pList->right - x + 1;
203 int w = pList->right - x + 1;
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp155 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom));
217 DBGMSG(("\t%s, B_RECT_TYPE: %f, %f, %f, %f\n", buffer1, rc.left, rc.top, rc.right, rc.bottom));
/haiku/src/apps/icon-o-matic/generic/gui/
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);
/haiku/src/kits/interface/
H A DSplitLayout.h31 void SetInsets(float left, float top, float right,
33 void GetInsets(float* left, float* top, float* right,
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp248 BPoint rt(bounds.right, bounds.top);
250 BPoint rb(bounds.right, bounds.bottom);
/haiku/src/servers/app/
H A DSimpleTransform.h62 _Apply(rect->right, rect->bottom);
72 _Apply(rect->right, rect->bottom);
88 // offset to bottom right corner of pixel before transformation
94 // reset bottom right to pixel "index"

Completed in 126 milliseconds

<<11121314151617181920>>