Searched refs:left (Results 126 - 150 of 687) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp75 fSliderButtonRect.left = labelwidth;
76 fSliderButtonRect.right = fSliderButtonRect.left + sliderWidth + 2.0;
138 r.right = fSliderButtonRect.left - 1.0;
157 SetPopupLocation(BPoint(fSliderButtonRect.left + 1.0
160 where.x -= fSliderButtonRect.left + 1.0;
282 AddLine(BPoint(frame.left, frame.bottom),
283 BPoint(frame.left, frame.top), lightShadow);
284 AddLine(BPoint(frame.left + 1.0, frame.top),
289 BPoint(frame.left + 1.0, frame.bottom), darkShadow);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp343 int left = 0; local
348 hashLowerBound<NodeEntry>(nodeEntry, left, right, hashValueOfRequest);
352 uint32 logicalBlock = B_BENDIAN_TO_HOST_INT32(nodeEntry[left].before);
361 left = 0;
366 hashLowerBound<AttrLeafEntry>(entry, left, right, hashValueOfRequest);
368 while (B_BENDIAN_TO_HOST_INT32(entry[left].hashval)
371 uint32 offset = B_BENDIAN_TO_HOST_INT16(entry[left].nameidx);
376 if (entry[left].flags & XFS_ATTR_LOCAL) {
395 left++;
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h52 int32& left, int32& top, int32& right, int32& bottom)
54 left = (int32)floorf(r.left);
51 rect_to_int(BRect r, int32& left, int32& top, int32& right, int32& bottom) argument
H A Dsupport_ui.h26 rgb_color left, rgb_color top,
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp60 frame.left = (frame.left + frame.right - width) / 2;
62 frame.right = frame.left + width - 1;
H A DTest.cpp32 for (float x = grid.left; x < grid.right + 5;
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp84 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
98 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
160 frame.right = frame.left + frame.Width() / 2 - 10;
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp76 rect.left = rect.right;
81 rect.right = rect.left -= 30;
84 rect.left = width > 75 ? rect.right - width : rect.right - 75;
/haiku/src/bin/
H A Dshutdown.cpp161 int32 left; local
168 left = sleep(gTimeToSleep);
170 if (left > 0) {
/haiku/src/kits/interface/
H A DSeparatorItem.cpp99 const float startLeft = bounds.left + (floor(bounds.Width())) / 2;
109 menu->StrokeLine(BPoint(bounds.left + 1.0f, startTop),
112 menu->StrokeLine(BPoint(bounds.left + 1.0f, startTop + 1.0f),
H A DPolygon.cpp197 if (fPoints[i].x < fBounds.left)
198 fBounds.left = fPoints[i].x;
216 point->x = (point->x - source.left) * destination.Width() / source.Width()
217 + destination.left;
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp139 hsBounds.left = rvBounds.left + 199;
149 vsBounds.left = vsBounds.right + 1;
159 svBounds.left -= 1;
160 svBounds.right = hsBounds.left - 1;
237 if(r.left < 0.0)
238 offset.x = -r.left;
241 if(r.left >= (sr.right - 20.0))
242 offset.x -= (r.left - (sr.Width()/2));
255 if(r.left < 0.
[all...]
/haiku/src/system/libroot/posix/
H A Dpwd_query.c143 size_t left; local
145 left = buflen;
153 if (left < GR_MAX_NAME + 1)
160 left -= len + 1;
364 ssize_t left; local
367 left = buflen;
368 if (left <= 0)
381 if (left < PW_MAX_NAME + 1)
388 left -= len + 1;
392 if (left < PW_MAX_DI
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp84 rect.left, rect.top, rect.right, rect.bottom));
197 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", rect.left, rect.top,
227 BPoint(border.left + i, border.top + i),
237 BPoint(fTitleBarRect.left + 2, fTitleBarRect.bottom + i),
243 // left
251 BPoint(border.left + i, border.top + i),
252 BPoint(border.left + i, border.bottom - i),
264 BPoint(border.left + i, border.bottom - i),
296 BPoint(border.left + i, border.top + i),
306 BPoint(fTitleBarRect.left
[all...]
/haiku/headers/libs/alm/
H A DColumn.h50 XTab* left, XTab* right);
/haiku/headers/os/interface/
H A DGridLayoutBuilder.h31 BGridLayoutBuilder& SetInsets(float left, float top, float right,
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h18 left, enumerator in enum:direction
/haiku/src/apps/cortex/support/
H A DScrollHelpers.h59 float xDelta = where.x - Bounds().left;
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.h26 bool AddConstraint(int32 left, int32 right,
/haiku/src/kits/support/
H A DJobQueue.cpp27 bool operator()(const BJob* left, const BJob* right) const;
37 JobQueue::JobPriorityLess::operator()(const BJob* left, const BJob* right) const argument
39 int32 difference = left->CountDependencies() - right->CountDependencies();
45 return left->TicketNumber() < right->TicketNumber();
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp71 frame.left, frame.top, frame.right, frame.bottom));
233 fTitleBarRect.Set(fFrame.left - 1,
235 ((fFrame.right - fFrame.left) < 32.0 ?
236 fFrame.left + 32.0 : fFrame.right) + 1,
250 tab->zoomRect.left = tab->zoomRect.right - tabSize + buttonsInset;
371 ((minimizeRect.IsValid() ? minimizeRect.left :
372 zoomRect.IsValid() ? zoomRect.left :
373 closeRect.IsValid() ? closeRect.left : tabRect.right) - 5)
374 - (tabRect.left + 5));
382 titlePos.x = tabRect.left
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h45 // srcMatrix *= agg::trans_affine_translation(-actualBitmapRect.left,
51 offset.x - destinationRect.left, offset.y - destinationRect.top);
53 imgMatrix *= agg::trans_affine_translation(destinationRect.left,
84 path.move_to(destinationRect.left, destinationRect.top);
87 path.line_to(destinationRect.left, destinationRect.bottom);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp59 float center = (frame.left + frame.right) / 2.0f;
63 frame.left = floorf(center - width / 2) + 1;
64 frame.right = frame.left + width;
83 textPos.x = r.left + (r.Width() - width) / 2.0;
/haiku/src/apps/terminal/
H A DColors.cpp123 int left = -1; local
126 while ((right - left) > 1) {
127 int i = (left + right) / 2;
128 ((fTable[i].hash < hash) ? left : right) = i;
/haiku/src/apps/deskbar/
H A DBarWindow.cpp103 fBarView = new TBarView(Bounds(), settings->vertical, settings->left,
373 bool left = fBarView->Left(); local
382 if (left && top)
385 if (!left && top)
388 if (left && !top)
409 // left top and right top are the only two that
412 bool left = false, top = true, vertical, expand; local
416 left = true;
423 left = true;
430 left
495 bool left = fBarView->Left(); local
[all...]

Completed in 122 milliseconds

1234567891011>>