Searched refs:right (Results 276 - 300 of 627) sorted by last modified time

<<11121314151617181920>>

/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp74 frame.right++;
82 frame.right -= 2;
314 frame.right += 2;
H A DTabContainerView.cpp509 float right; local
510 GroupLayout()->GetInsets(&left, NULL, &right, NULL);
511 width -= left + right;
/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp68 float grenze1 = frame.left + (frame.right - frame.left) * fKernel;
69 float grenze2 = frame.left + (frame.right - frame.left) * (fKernel + fUser);
70 if (grenze1 > frame.right)
71 grenze1 = frame.right;
72 if (grenze2 > frame.right)
73 grenze2 = frame.right;
74 r.right = grenze1;
79 if (r.left < r.right) {
88 r.right = grenze2;
92 if (fGrenze1 < r.right
[all...]
H A DNoiseBarMenuItem.cpp63 float grenze1 = frame.left+(frame.right-frame.left)*fBusyWaiting;
64 float grenze2 = frame.left+(frame.right-frame.left)*(fBusyWaiting+fLost);
65 if (grenze1 > frame.right)
66 grenze1 = frame.right;
67 if (grenze2 > frame.right)
68 grenze2 = frame.right;
69 r.right = grenze1;
72 if (r.left < r.right) {
81 r.right = grenze2;
85 if (fGrenze1 < r.right
[all...]
H A DKernelMemoryBarMenuItem.cpp78 double grenze1 = cadre.left + (cadre.right - cadre.left)
80 double grenze2 = cadre.left + (cadre.right - cadre.left)
82 if (grenze1 > cadre.right)
83 grenze1 = cadre.right;
84 if (grenze2 > cadre.right)
85 grenze2 = cadre.right;
86 r.right = grenze1;
89 if (r.left < r.right) {
97 r.right = grenze2;
101 if (fGrenze1 < r.right
[all...]
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp157 rect.left, rect.top, rect.right, rect.bottom));
335 invalid.right, invalid.bottom));
360 BPoint(r.right - i, r.top + i), colors[i]);
368 BPoint(fTitleBarRect.right - 2,
390 BPoint(r.right - i, r.bottom - i),
394 // right
401 fDrawingEngine->StrokeLine(BPoint(r.right - i, r.top + i),
402 BPoint(r.right - i, r.bottom - i),
419 BPoint(r.right - i, r.top + i), colors[i * 2]);
428 BPoint(fTitleBarRect.right
[all...]
/haiku/src/apps/haikudepot/util/
H A DRatingUtils.cpp65 rect.right = x - 2;
/haiku/src/kits/interface/
H A DTextControl.cpp378 rect.right = fDivider - kLabelInputSpacing;
412 // invalidate the region between the old and the new right border
415 rect.right--;
418 // invalidate the region of the new right border
420 rect.left = rect.right - kFrameMargin;
434 rect.right = fDivider;
443 rect.right = fDivider;
1106 BRect frame(fDivider, bounds.top, bounds.right, bounds.bottom);
1178 frame.left, frame.top, frame.right, frame.bottom);
1410 // by default the part right o
[all...]
H A DMenuBar.cpp237 // invalidate right border
239 BRect rect(min_c(fLastBounds->right, newWidth), 0,
240 max_c(fLastBounds->right, newWidth), newHeight);
320 // right-click to bring-to-front and send-to-back
H A DSeparatorItem.cpp110 BPoint(bounds.right - 1.0f, startTop));
113 BPoint(bounds.right - 1.0f, startTop + 1.0f));
H A DDragger.cpp685 MoveTo(parentBounds.right - bounds.Width(),
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp102 if (frame.right > windowBounds.right)
103 frame.right = windowBounds.right;
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp68 frame.left, frame.top, frame.right, frame.bottom));
224 ((fFrame.right - fFrame.left) < 32.0 ?
225 fFrame.left + 32.0 : fFrame.right) + fBorderWidth,
235 tab->zoomRect.left = tab->zoomRect.right - 12;
254 - tab->closeRect.right - 10)) {
255 // start with offset from closerect.right
257 - (tab->closeRect.right + 5)) / 2);
261 tab->textOffset += int(tab->closeRect.right + 5
264 tab->textOffset = int(tab->closeRect.right) + 5;
331 // Draw the right sid
528 float right; local
[all...]
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp856 // switch right side
1085 windowFrame.right = 899;
1089 windowFrame.right *= scaling;
/haiku/src/apps/clock/
H A Dcl_view.cpp173 rect.left = rect.right - 7;
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp46 // It has the right size, but put it at B_ORIGIN
69 fBitmapBounds.right, fBitmapBounds.bottom);
72 sourceRect.right, sourceRect.bottom);
75 destinationRect.right, destinationRect.bottom);
204 // the destination rect with the right scale
215 if (sourceRect.right > fBitmapBounds.right) {
216 float diff = sourceRect.right - fBitmapBounds.right;
217 fDestinationRect.right
[all...]
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h22 AVLTreeNode* right; member in struct:AVLTreeNode
/haiku/src/apps/pulse/
H A DProgressBar.cpp157 StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
158 StrokeLine(BPoint(frame.left, frame.top + 1), BPoint(frame.right,
166 StrokeLine(BPoint(frame.right-1, frame.top + 2),
167 BPoint(frame.right - 1, frame.bottom));
168 StrokeLine(BPoint(frame.right, frame.top + 1),
169 BPoint(frame.right, frame.bottom));
171 BPoint(frame.right - 1, frame.bottom - 1));
173 BPoint(frame.right, frame.bottom));
H A DCPUButton.cpp79 rect.left = rect.right - 7;
101 bounds.right -= 4;
104 bounds.right -= 7;
110 color_rect.right -= 1;
120 BPoint end(bounds.right, 0);
131 end.Set(bounds.right - 1, 1);
142 end.Set(bounds.right - 1, bounds.bottom - 1);
144 start.Set(bounds.right - 1, bounds.top + 1);
153 end.Set(bounds.right, bounds.bottom);
155 start.Set(bounds.right, bound
[all...]
/haiku/src/kits/tracker/
H A DStatusWindow.cpp155 rect.right -= 3;
458 rect.right -= buttonWidth * 2 + 12;
534 rect.left = rect.right - buttonWidth * 2 - 7;
535 rect.right = rect.left + buttonWidth;
691 textPoint.x = fStatusBar->Frame().right - statusStringWidth;
H A DDialogPane.cpp99 point.x = bounds.right - labelDist - StringWidth(label);
127 BPoint(bounds.right - 2, bounds.bottom - 1), markColor);
129 BPoint(bounds.right - 2, bounds.bottom), kWhite);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp91 buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
97 buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
112 BRect thumbRect(rect.left + less, rect.top, rect.right - less,
116 BRect rightOfThumb(thumbRect.right + 1, thumbRect.top, rect.right,
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp75 BRect rotated(rect.top, rect.left, rect.bottom, rect.right);
189 BRect rotatedRect(0, 0, rect.bottom, rect.right);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp57 rect.left = rect.right - 7;
274 // border styles: right bottom (none, small or large)
280 for (int32 right = 0; right < 3; right++) {
283 if (right != bottom)
284 text << kStyles[right] << "_" << kStyles[bottom];
286 text << kStyles[right];
288 text << " { border-right: " << kCssStyles[right]
313 style_type right = kSmall; local
[all...]
/haiku/src/apps/installer/
H A DPackageViews.cpp162 sizeRect.left = sizeRect.right - width;

Completed in 122 milliseconds

<<11121314151617181920>>