Searched refs:left (Results 501 - 525 of 687) sorted by relevance

<<2122232425262728

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.cpp300 // We should be at the left most leaf node.
735 int left = 0; local
738 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest);
744 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
746 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address);
748 left++;
790 left++;
/haiku/src/kits/interface/
H A DView.cpp830 point->x += -fBounds.left + fParentOffset.x;
862 point->x += -fParentOffset.x + fBounds.left;
893 rect->OffsetBy(-fBounds.left + fParentOffset.x,
917 rect->OffsetBy(-fParentOffset.x + fBounds.left,
1475 // left
1717 ScrollTo(BPoint(fBounds.left + deltaX, fBounds.top + deltaY));
1729 if (where.x == fBounds.left && where.y == fBounds.top)
1754 float xDiff = where.x - fBounds.left;
1773 fHorScroller->SetValue(fBounds.left);
3885 if (point2.x < bounds.left)
[all...]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp2230 /* If there's anything left in the word, add it to the set. Also ignore
5317 /* If there's anything left in the word, add it to the set. Also ignore
5521 X = Bounds().left + g_MarginBetweenControls;
5527 TempRect.left = X;
5544 TempRect.left += g_MarginBetweenControls;
5558 TempRect.left = X;
6225 X = TempRect.left;
6235 TempRect.left = X;
6236 TempRect.right = TempRect.left +
6259 X = TempRect.left;
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp539 float left = tip.x - size.width; local
540 float middle = left + base.width;
546 points[3].Set(left, baseTop);
547 points[4].Set(left, baseBottom);
1491 dragRect.left = 0;
1653 selectionRect.left = _FormattedPosition(fSelectionStart.line,
1663 selectionRect.left = _FormattedPosition(fSelectionStart.line,
1672 selectionRect.left = 0.0;
1682 selectionRect.left = 0.0;
1828 if (point.x < visibleRect.left)
[all...]
/haiku/src/kits/tracker/
H A DPoseView.cpp1687 BView::ScrollTo(bounds.left, std::max(lastItemTop, 0.0f));
2759 rect.left = offset;
2849 rect.left = offset;
3534 // scroll icons into view so that leftmost icon is "fOffset" from left
3606 // position, give up and simply place it towards the top left.
3796 BPoint point(viewBounds.left + fOffset.x, 0);
3828 fHintLocation.x = viewBounds.left + fOffset.x;
4040 if (poseRect.left < Bounds().left
4042 newPos.x += poseRect.left
[all...]
H A DStatusWindow.cpp157 updateRect.left += 3;
457 rect.left += 40;
534 rect.left = rect.right - buttonWidth * 2 - 7;
535 rect.right = rect.left + buttonWidth;
639 location.x = (fStatusBar->Frame().left
848 buffer.SetTo(B_TRANSLATE("Finish: %time - Over %finishtime left"));
851 buffer.SetTo(B_TRANSLATE("Finish: %time - %finishtime left"));
/haiku/src/apps/showimage/
H A DShowImageView.cpp469 BPoint leftTop(ImageToView(BPoint(r.left, r.top)));
618 // left
619 FillRect(BRect(0, border.top, border.left - 1, border.bottom), B_SOLID_LOW);
638 pos.x = (bounds.left + bounds.right - width) / 2;
717 fBitmapLocationInView.x = floorf(rect.left);
807 // left mouse drag
1051 srcRect.left += clippedDstRect.left - dstRect.left;
1158 fCopyFromRect.left
[all...]
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp295 - (fScreenFrame.right - fWindowFrame.left), fWindowFrame.top);
300 fWindowFrame.OffsetTo(fWindowFrame.left,
339 frame.left = frame.right - 7;
591 if (where.x == screenFrame.left || where.x == screenFrame.right
768 frame.left = frame.right - width;
1118 // We use 1px for the top and left borders (shown as double)
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp171 static int _CompareScreenSaverItems(const void* left,
841 ModulesView::_CompareScreenSaverItems(const void* left, const void* right) argument
843 ScreenSaverItem* leftItem = *(ScreenSaverItem **)left;
1077 if (fSettings.WindowFrame().left > 0 && fSettings.WindowFrame().top > 0)
1078 MoveTo(fSettings.WindowFrame().left, fSettings.WindowFrame().top);
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp257 StrokeLine(BPoint(rect.left, 0), BPoint(rect.right, 0));
263 StrokeLine(BPoint(rect.left, 1), BPoint(rect.right, 1));
287 rect.left = (rect.Width() - StringWidth(fTitle)) / 2;
291 DrawString(fTitle, BPoint(rect.left + 1, rect.bottom - 8));
295 DrawString(fTitle, BPoint(rect.left, rect.bottom - 9));
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp515 fCursorFrame.right = fCursorFrame.left
1103 bounds.left = min_c(bounds.left, min_c(start.x, end.x));
1323 bounds.left = min_c(bounds.left, points[i].x);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c419 if (!info->left && width > 0)
431 if (info->left && width > 0)
1090 if (!info->left && info->pad != '0' && width > 0)
1100 if (!info->left && info->pad == '0' && width > 0)
1158 if (info->left && width > 0)
/haiku/src/kits/shared/
H A DIconButton.cpp123 float x = r.left + floorf((r.Width()
526 if (x < trimmed.left)
527 trimmed.left = x;
544 float minInset = trimmed.left;
556 bits += 4 * (int32)trimmed.left + bpr * (int32)trimmed.top;
/haiku/src/apps/deskbar/
H A DBarApp.cpp203 prefs.AddBool("left", fSettings.left);
255 // 1 pixel for left gutter
268 settings.left = fDefaultSettings.left = false;
321 settings.left = prefs.GetBool("left",
322 fDefaultSettings.left);
/haiku/src/apps/terminal/
H A DTermParse.cpp262 int32 left = READ_BUF_SIZE - readPos; local
264 if (nread >= left) {
265 memcpy(fReadBuffer + readPos, buf, left);
266 memcpy(fReadBuffer, buf + left, nread - left);
1328 // calculating space left as in the PtyReader().
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1724 uint32 top, left, row, col;
1750 for (left = 0; left < fInputWidth; left += TS - 6) {
1756 col = left + (FC(row, left) == 1);
1759 for (fc = FC(row, col); col < left + TS
1764 rgb[0][row - top][col - left][1]
1770 rgb[1][row - top][col - left][1] = ULIM(val,
1779 for (col = left
[all...]
/haiku/src/servers/app/
H A DServerWindow.cpp482 info.window_left = (int)floor(fWindow->Frame().left);
914 xMoveTo - fWindow->Frame().left,
1237 fCurrentView->Name(), src.left, src.top, src.right, src.bottom,
1238 dst.left, dst.top, dst.right, dst.bottom));
1378 float offsetX = x - fCurrentView->Frame().left;
2165 region.Frame().left, region.Frame().top,
2238 fCurrentView->Name(), invalidRect.left, invalidRect.top,
2265 Title(), fCurrentView->Name(), invalidRect.left,
2292 region.Frame().left, region.Frame().top,
2570 fCurrentView->Name(), rect.left, rec
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp429 DragSelectionBy(point.x - box->Frame().left - offset.x,
729 rect.left = origin.x < current.x ? origin.x : current.x;
783 scrollBar->SetRange(m_dataRect.left, m_dataRect.right - Bounds().Width());
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp356 TRACE(" add %ld (%g,%g)\n", key.code, key.frame.left, key.frame.top);
473 rowLeftTop.x = key.frame.left + key.frame.Width() * num;
647 key.frame.left = 0;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp160 BPoint(frame.left + playbackMarkSize + textOffset,
170 r.OffsetTo(frame.left + 4,
365 r.right = r.left + playbackMarkSize + textOffset;
/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c595 _rb_set_left(const struct rb_type *t, void *node, void *left) argument
598 struct rb_entry *rbl = (left == NULL) ? NULL : rb_n2e(t, left);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp346 TextDocumentView::SetInsets(float left, float top, float right, float bottom) argument
348 if (fInsetLeft == left && fInsetTop == top
353 fInsetLeft = left;
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp95 markRect.left += kBorderOffset;
96 markRect.right = markRect.left + kMarkWidth;
344 itemFrame.right = itemFrame.left + kBorderOffset + kMarkWidth
H A DStyleListView.cpp101 markRect.left += kBorderOffset;
102 markRect.right = markRect.left + kMarkWidth;
403 itemFrame.right = itemFrame.left + kBorderOffset + kMarkWidth
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp255 // left
256 view->FillRect(BRect(0, border.top, border.left-1, border.bottom), B_SOLID_LOW);
480 pos.x = (bounds.left + bounds.right - width)/2;

Completed in 238 milliseconds

<<2122232425262728