Searched refs:left (Results 251 - 275 of 687) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/switcher/
H A DLaunchButton.h68 rgb_color left, rgb_color top,
/haiku/src/servers/app/
H A DIntPoint.cpp21 x = max_c(min_c(x, r.right), r.left);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h43 unsigned int left:1; /* - flag. */ member in struct:printf_info
/haiku/src/tests/kits/app/bmessage/
H A DMessageBRectItemTest.h73 << "(l:" << rect.left
/haiku/src/tests/kits/interface/pictureprint/
H A DDumpPrintJob.cpp69 rect.left, rect.top, rect.right, rect.bottom);
/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp54 view->StrokeLine(BPoint(fViewBounds.left + 1, y),
/haiku/headers/os/interface/
H A DGroupLayoutBuilder.h39 BGroupLayoutBuilder& SetInsets(float left, float top, float right,
/haiku/headers/glibc/
H A Dprintf.h43 unsigned int left:1; /* - flag. */ member in struct:printf_info
/haiku/src/kits/interface/
H A DPoint.cpp27 x = std::max(std::min(x, rect.right), rect.left);
H A DColorControl.cpp441 int colBegin = max_c(0, -1 + int(updateRect.left) / int(fCellSize));
452 float x = fPaletteFrame.left + float(xi) * fCellSize;
458 target->StrokeLine(BPoint(fPaletteFrame.left, y),
466 float x = fPaletteFrame.left + col * fCellSize;
550 for (float i = (updateRect.left - rect.left);
551 i <= (updateRect.right - rect.left) + 1; i++) {
559 target->AddLine(BPoint(rect.left + i, rect.top),
560 BPoint(rect.left + i, rect.bottom - 1), color);
573 return BPoint(rampRect.left
[all...]
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp44 BRect rectString = BRect(frame.left, frame.top-10, frame.right -30, 30);
48 BRect rect = BRect(rectString.left, rectString.bottom + SPACE,
52 rectString = BRect(rect.left, rect.bottom + SPACE, rect.right,
57 rect = BRect(rectString.left, rectString.bottom + SPACE, rectString.right,
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp306 return BRect(frame.left, frame.top, frame.left + cornerSize - 1,
318 return BRect(frame.left, frame.bottom - cornerSize + 1,
319 frame.left + cornerSize - 1, frame.bottom);
/haiku/src/preferences/media/
H A DMedia.cpp47 rect.left = a;
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp160 r.right = r.left + size;
167 r.right = r.left + size;
174 r.right = r.left + size;
181 r.right = r.left + size;
/haiku/src/apps/launchbox/
H A DLaunchButton.h71 rgb_color left, rgb_color top,
/haiku/src/apps/pulse/
H A DCPUButton.cpp79 rect.left = rect.right - 7;
141 start.Set(bounds.left + 1, bounds.bottom - 1);
152 start.Set(bounds.left, bounds.bottom);
160 start.Set(bounds.left + 2, bounds.bottom - 2);
/haiku/src/preferences/appearance/
H A DCurView.cpp82 wellrect.right=wellrect.left+50;
103 rect.left=(Bounds().Width()-200)/2;
104 rect.right=rect.left+190;
257 printf("CurView::LoadCursorSets(): No memory left. We're probably going to crash now. \n");
467 drawrect.left=drawrect.top=0;
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp79 rcttext.right = rcttext.left + (width - B_V_SCROLL_BAR_WIDTH);
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h84 int32 left; member in struct:vga_planar_blit_args
/haiku/src/tests/kits/game/chart/
H A DChartRender.cpp62 from a left, right, top or bottom clipping border. */
222 /* Do the left and right clipping based on the pyramid of vision. */
280 if ((s->h < buf->clip_bounds.left) ||
293 if ((s->h >= r->left) &&
312 box.left = s->h - 2;
319 if ((box.right < buf->clip_bounds.left) ||
320 (box.left > buf->clip_bounds.right) ||
340 /* Calculate the clipping on the left side of the rectangle. */
341 delta = r->left-box.left;
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp485 ServerNode* left = current->fLeft; local
487 while (left->fLeft != NULL) {
488 left_prev = left;
489 left = left->fLeft;
493 previous->fRight = left;
495 previous->fLeft = left;
/haiku/src/apps/patchbay/
H A DPatchView.cpp172 rect.left = rect.left + rect.right / 2;
173 rect.left -= width / 2;
189 rect.left = ROW_LEFT + METER_PADDING + index * COLUMN_WIDTH;
191 rect.right = rect.left + 31;
201 rect.left = 10;
203 rect.right = rect.left + 31;
/haiku/src/servers/notification/
H A DNotificationWindow.cpp303 float leftOffset = Frame().left - bounds.left;
309 float x = Frame().left;
331 ? frame.left + rightOffset
337 ? frame.left + rightOffset
342 x = frame.left - width - rightOffset;
350 x = frame.left - width - rightOffset;
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp203 -fPreviousMask->fBounds.left, -fPreviousMask->fBounds.top));
221 int32 x = previousBounds.left;
235 for (; x < previousBounds.left + width; x++) {
294 const int32 offsetX = fBounds.left + maskOffset.x + fCanvasOrigin.x;
407 engine->SetRendererOffset(fBounds.left, fBounds.top);
480 boundingBox.left = floorf(boundingBox.left);
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp69 auto left = in.begin();
70 for (;; ++left) {
71 if (left == in.end())
73 if (!isspace(*left))
78 for (; right > left && isspace(*right); --right)
81 return std::string_view(left, std::distance(left, right) + 1);

Completed in 197 milliseconds

<<11121314151617181920>>