Searched refs:right (Results 301 - 325 of 627) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp162 if (!updateRect.IsValid() || updateRect.left > fFrame.right
163 || fFrame.left > updateRect.right) {
176 int32 last = (int32)updateRect.right - left + 1;
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp455 // right-multiply Q with Q_k
494 Constraint(int32 left, int32 right, double value, bool equality, argument
497 right(right),
507 if (right >= 0)
508 result = values[right];
516 TRACE("c[%2ld] - c[%2ld] %2s %4d\n", right, left,
521 int32 right; member in struct:LayoutOptimizer::Constraint
589 \sum_{i=left+1}^{right} x_i >=/= value, if left < right
594 AddConstraint(int32 left, int32 right, double value, bool equality) argument
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc95 int i = right() - ptr;
100 while (ptr < right() && *ptr == '\n') ptr++;
101 setg(line_start-1, line_start, ptr + (ptr < right()));
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp82 for (float i = update.left; i <= update.right; i++) {
100 while (w1pos <= update.right) {
122 while (w1pos <= update.right) {
/haiku/src/apps/pulse/
H A DPrefs.cpp154 normal_window_rect.right = normal_window_rect.left + PULSEVIEW_WIDTH;
162 // Dock the window in the lower right hand corner just like the original
165 r.OffsetTo(screen_rect.right - r.Width() - 5, screen_rect.bottom - r.Height() - 5);
173 // Lower right hand corner by default
175 screen_rect.left = screen_rect.right - 30;
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp54 float right = Bounds().Width() - kSmallHMargin; local
55 BRect iconRect(right - 31.0, kSmallVMargin, right, kSmallVMargin + 31.0);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp211 stp_dimension_t left, right, top, bottom; local
212 stp_get_imageable_area(fVariables, &left, &right, &bottom, &top);
213 BRect imageableArea(left, top, right, bottom);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp48 if (left + sWindowRect.Width() > screenBorder.right)
67 left = screenBorder.right - sWindowRect.Width() - sTopLeft.x;
142 sWindowRect.right *= factor;
/haiku/src/kits/tracker/
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/apps/webpositive/tabview/
H A DTabView.cpp74 frame.right++;
82 frame.right -= 2;
314 frame.right += 2;
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp132 nameFrame.right = nameFrame.left + frame.Width();
133 passFrame.right = passFrame.left + frame.Width();
233 frame.right = frame.left + width;
/haiku/src/servers/app/drawing/
H A DHWInterface.h181 // Later, the implementation should be smarter, right now, it will
208 int32 y, int32 right, int32 bottom) const;
233 right = -1;
246 int32 right; member in struct:HWInterface::buffer_clip
H A DDrawingEngine.cpp45 if (rect.left > rect.right) {
47 rect.left = rect.right;
48 rect.right = temp;
452 // for the rects that have no neighbors to their right and to their
474 // There are no rects in the area defined by the rays to the right
539 return (a.right < b.left);
648 sortedRectList[nextSortedIndex].right = (int32)n->rect.right;
797 clipped.right = ceilf(clipped.right);
[all...]
H A DAlphaMask.cpp204 if (previousBounds.right > fPreviousMask->fBounds.Width())
205 previousBounds.right = fPreviousMask->fBounds.Width();
229 for (; x <= previousBounds.right; x++) {
478 // Round up and add an additional 2 pixels on the bottom/right to
481 boundingBox.right = ceilf(boundingBox.right) + 2;
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp160 if (frame.right > width - overflowMenuWidth)
162 rightmost = frame.right;
177 rightmost = ItemAt(i)->Frame().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/kits/interface/
H A DScrollBar.cpp61 // and ARROW4 points right/down.
435 buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
444 thumbBG.right -= rect.Height() * 2 + 2;
447 thumbBG.right -= rect.Height() + 1;
450 buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
457 BRect buttonFrame(rect.left, rect.top, rect.right,
502 BRect rightOfThumb(rect.right + 1, thumbBG.top,
503 thumbBG.right, thumbBG.bottom);
508 thumbBG.right, rect.top - 1);
510 thumbBG.right, thumbB
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h397 node = strategy.GetNode(node->right);
415 // found a matching node, now get the right-most node with that key
416 while (node->right && fPrimaryKeyCompare(key,
418 strategy.GetNode(node->right)))) == 0) {
419 node = strategy.GetNode(node->right);
429 node = strategy.GetNode(node->right);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp254 view->FillRect(BRect(0, 0, bounds.right, border.top-1), B_SOLID_LOW);
257 // right
258 view->FillRect(BRect(border.right+1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
260 view->FillRect(BRect(0, border.bottom+1, bounds.right, bounds.bottom), B_SOLID_LOW);
480 pos.x = (bounds.left + bounds.right - width)/2;
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp286 bounds.right -= kItemRightMargin /** GetLevel()*/;
295 bounds.right -= kBoxRightMargin;
325 fBounds.right -= kRightMargin;
401 bounds.right - kHorizontalSpace, bounds.bottom - kBottomMargin);
402 listBounds.right -= B_V_SCROLL_BAR_WIDTH;
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp209 scrollRect.left = scrollRect.right - B_V_SCROLL_BAR_WIDTH + 1.0;
211 scrollRect.right += 1.0;
237 r.right = B_LARGE_ICON - 1.0;
241 r.right += 1.0;
321 updateRect.right = width - M_H_MARGIN;
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp77 auto right = in.end() - 1;
78 for (; right > left && isspace(*right); --right)
81 return std::string_view(left, std::distance(left, right) + 1);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp129 rect.right = rect.left + ceilf(be_plain_font->StringWidth(string)) + 4;
132 else if (rect.right > screen.Frame().right)
133 rect.OffsetBy(screen.Frame().right - rect.right, 0);
864 fSizeRect.right = fSizeRect.left + StringWidth(tmpString.String())
868 fSizeRect.right = fSizeRect.left + StringWidth(fSizeString.String()) + 3;
928 fPathRect.right = fPathRect.left + StringWidth(fPathStr.String()) + 3;
955 fLinkRect.right = fLinkRect.left + StringWidth(fLinkToStr.String())
996 fDescRect.right
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp196 // right
197 view->FillRect(BRect(rect.right - gap + 1, rect.top, rect.right,
200 view->FillRect(BRect(rect.left + gap, rect.top, rect.right - gap,
204 rect.right - gap, rect.bottom));
246 fill.right = fill.left + fill.Width() * percent;
256 BPoint(fill.right, fill.top), bevelLightColor);
257 view->AddLine(BPoint(fill.right, fill.top),
258 BPoint(fill.right, fill.bottom), bevelShadowColor);
260 BPoint(fill.right, fil
[all...]
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp145 b.right = ceilf((b.left + b.right) / 2.0);
152 // object view occupies the right side of the window
153 b.left = b.right + 1.0;
154 b.right = Bounds().right - B_V_SCROLL_BAR_WIDTH;
185 b.right = b.left + b.Width() / 2.0 - 5.0;
329 b.right -= B_V_SCROLL_BAR_WIDTH;

Completed in 137 milliseconds

<<11121314151617181920>>