Searched refs:left (Results 376 - 400 of 687) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/launchbox/
H A DMainWindow.cpp253 // Place left or right of the pad
259 origin.x = Frame().left - 10 - size.width;
549 // nearest to left or right border
551 fBorderDist = frame.left - screenFrame.left;
571 BPoint frameCenter(frame.left + frame.Width() / 2.0,
579 // left or right border
581 offset.x = (screenFrame.left + fBorderDist) - frame.left;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNode.cpp401 int left = 0; local
405 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest);
407 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
410 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address);
412 left++;
439 left++;
H A DLeafDirectory.cpp344 int left = 0; local
348 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest);
350 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
353 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address);
355 left++;
381 left++;
/haiku/src/kits/interface/
H A DButton.cpp644 float left, top, right, bottom; local
647 left, top, right, bottom);
651 float width = left + right + labelSpacing - 1;
704 float left, top, right, bottom; local
708 left, top, right, bottom);
711 rect.left = rect.right - right + 1;
H A DColumnTypes.cpp81 parent->MovePenTo(rect.left + kTEXT_MARGIN, y);
85 parent->MovePenTo(rect.left + kTEXT_MARGIN
575 graphRect.right = graphRect.left + value;
587 parent->MovePenTo(rect.left + rect.Width() / 2 - width / 2, rect.bottom - FontHeight());
641 x = rect.left + kTEXT_MARGIN;
645 x = rect.left + ((rect.Width() - r.Width()) / 2);
H A DMenuField.cpp585 // the menu bar is in follow left/right mode then,
973 divider = fabs(fLayoutData->menu_bar_layout_item->Frame().left
974 - fLayoutData->label_layout_item->Frame().left);
1039 fMenuBar->Frame().left, fMenuBar->Frame().top,
1182 fDivider = menuFrame.left - labelFrame.left;
1185 MoveTo(labelFrame.left, labelFrame.top);
1187 ResizeTo(menuFrame.left + menuFrame.Width() - labelFrame.left,
1206 frame.left
[all...]
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp187 f.left, f.top, f.right, f.bottom));
211 e.frame.left, e.frame.top, e.frame.right, e.frame.bottom,
218 e.pView->Frame().left, e.pView->Frame().top,
297 center.x = e.frame.left + 1;
334 fLayoutSet.front().frame.left;
514 // (_IndexOf returns index from left)
568 //f.left, f.top, f.right, f.bottom));
634 // set entry's top-left position:
646 // insert at left side
648 frame.OffsetBy(fLayoutSet.front().frame.left
[all...]
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp72 Target()->MoveTo(innerFrame.left, innerFrame.top);
78 rect.left = rect.right + 1;
79 rect.right = rect.left + vScrollBar->Bounds().Width();
83 vScrollBar->MoveTo(rect.left, rect.top);
91 rect.left -= 1;
94 hScrollBar->MoveTo(rect.left, rect.top);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.h148 spec->info.left = 0;
190 spec->info.left = 1;
218 if (spec->info.left)
227 A negative field width indicates left justification. */
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h297 CRadeonRect(int left, int top, int right, int bottom);
319 void SetTo(int left, int top, int right, int bottom);
321 void MoveTo(int left, int top);
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp109 rect.right = rect.left + kDefaultButtonWidth;
113 rect.left = rect.right + 10;
114 rect.right = rect.left + kDefaultButtonWidth;
/haiku/src/apps/diskusage/
H A DControlsView.cpp81 owner->MovePenTo(frame.left + kSmallHMargin,
95 BPoint(frame.left + IconWidth() + kSmallHMargin,
104 frame.left += IconWidth();
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp142 wireFrame.left = so.x < eo.x ? so.x : eo.x;
287 m_frame.left = m_startPoint.x < m_endOffset.x ? m_startPoint.x - 2.0: m_endOffset.x - 2.0;
308 m_frame.left = m_startPoint.x < m_endOffset.x ? m_startPoint.x - 2.0: m_endOffset.x - 2.0;
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp397 int left = argc - optind; local
400 if (left != 1) {
409 if (left > 0) {
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp85 BPoint point = BPoint(itemRect.left + 5, itemRect.bottom - finfo.descent + 1);
155 BPoint point = BPoint(itemRect.left + 17, itemRect.bottom - finfo.descent + 1);
217 rlist.left += 12;
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp373 size_t left = path.Get() + remainingBytes - line;
374 memmove(path.Get(), line, left);
375 remainingBytes = left;
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp120 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top + 2);
122 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top);
139 textview->ResizeTo(fSettingsB->Frame().right - fFormatMF->Frame().left,
/haiku/src/system/kernel/util/
H A Dring_buffer.cpp85 int32 left = space_left_in_buffer(buffer); local
86 if (length > left)
87 length = left;
/haiku/src/libs/icon/shape/
H A DShape.cpp432 double left, top, right, bottom; local
438 &left, &top, &right, &bottom);
440 BRect bounds(left, top, right, bottom);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp227 BPoint pt1((frame.left + frame.right - width) / 2.0 + horzOffset,
229 BPoint pt2((frame.left + frame.right + width) / 2.0,
241 rect.right = rect.left + size;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h129 { MoveBy(point.x - Frame().left, point.y - Frame().top, updateRegion); }
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h82 void SetFrame(float left, float top, float right,
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp71 float centerX = floorf(Bounds().left + width / 2.0);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h91 BPoint pt(where.x + itemFrame.left, where.y - itemFrame.top);
/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc35 = ios::skipws | ios::left | ios::right | ios::internal

Completed in 141 milliseconds

<<11121314151617181920>>