Searched refs:left (Results 426 - 450 of 687) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h73 struct type *spe_left; /* left element */ \
107 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
108 SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \
309 struct type *rbe_left; /* left element */ \
532 struct type *left; \
534 while ((left = RB_LEFT(elm, field))) \
535 elm = left; \
564 left = parent; \
566 RB_AUGMENT(left); \
567 } while ((left
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp130 int x = pList->left;
181 int x = pList->left;
H A Drage128_draw.cpp144 int x = pList->left;
201 int x = pList->left;
/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.cpp771 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col1);
772 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col1);
774 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2);
776 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col3);
777 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col3);
779 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col4);
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp62 offset.x = (bounds.left + bounds.right) / 2;
66 offset.x = floorf(offset.x - playBounds.left + 0.5);
/haiku/src/apps/switcher/
H A DWindowsView.cpp208 owner->MovePenTo(frame.left, frame.top + fBaselineOffset);
262 frame.left += 20;
/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/add-ons/screen_savers/leaves/
H A DLeaves.cpp268 return BPoint(drand48() * (bound.right - bound.left) + bound.left,
/haiku/src/apps/pulse/
H A DPrefs.cpp154 normal_window_rect.right = normal_window_rect.left + PULSEVIEW_WIDTH;
175 screen_rect.left = screen_rect.right - 30;
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp247 BPoint lt(bounds.left, bounds.top);
249 BPoint lb(bounds.left, bounds.bottom);
/haiku/src/servers/app/
H A DSimpleTransform.h61 _Apply(rect->left, rect->top);
71 _Apply(rect->left, rect->top);
/haiku/src/apps/login/
H A DLoginView.cpp108 infoRect.right = buttonRect.left - CSEP + 5;
138 float spacing = fHaltButton->Frame().left;
/haiku/src/servers/app/drawing/
H A DOverlay.cpp273 fView.h_start = (uint16)source.left;
278 fWindow.h_start = (int16)destination.left;
H A DHWInterface.h231 left = 0;
244 int32 left; member in struct:HWInterface::buffer_clip
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp148 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom));
215 DBGMSG(("\t%s, B_RECT_TYPE: %f, %f, %f, %f\n", buffer1, rc.left, rc.top, rc.right, rc.bottom));
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp54 owner->MovePenTo(itemRect.left+1, itemRect.top+1);
168 owner->MovePenTo(itemRect.left + 1 + (fRect.Width() + kDistance) * c, baseLine);
/haiku/src/kits/tracker/
H A DDialogPane.cpp126 AddLine(BPoint(bounds.left + 2, bounds.bottom - 1),
128 AddLine(BPoint(bounds.left + 2, bounds.bottom),
/haiku/src/apps/deskbar/
H A DBarView.h80 TBarView(BRect frame, bool vertical, bool left,
99 void ChangeState(int32 state, bool vertical, bool left,
H A DBarMenuBar.cpp82 frame.right = frame.left + kSepItemWidth;
91 // stroke a darker line on the left edge
93 frame.left++;
/haiku/src/apps/screenshot/
H A DUtility.cpp269 tabSpace.OffsetBy(-frame.left, -frame.top);
272 tabSpace.OffsetBy(-screenFrame.left, -screenFrame.top);
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp164 header.bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left);
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp232 BPoint lt(bounds.left, bounds.top);
234 BPoint lb(bounds.left, bounds.bottom);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp640 swap_addr_t left local
646 sourcePageIndex += left;
647 pageIndex += left;
652 for (; left > 0 && sourceSwapBlock->used > 0;
653 left--, sourcePageIndex++, pageIndex++) {
699 if (left > 0) {
700 sourcePageIndex += left;
701 pageIndex += left;
1057 uint32 left = count; local
1087 for (j = 0; blockIndex < SWAP_BLOCK_PAGES && left >
1102 uint32 left = count; local
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp243 dragRect.left = dragRect.right - 10.0;
270 r.left = r.right - 5.0;
272 r.left -= x;
333 r.left += 10.0;
345 r.left = r.right - 2.0;

Completed in 269 milliseconds

<<11121314151617181920>>