Searched refs:right (Results 151 - 175 of 627) sorted by relevance

1234567891011>>

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp246 &imageableArea.right, &imageableArea.bottom, &imageableArea.top);
247 fprintf(stderr, "GPJob imageable area left %f, top %f, right %f, "
249 imageableArea.left, imageableArea.top, imageableArea.right,
299 double right; local
301 coordinateSystem.ToGutenprintCeiling(fPrintRect.right, fPrintRect.bottom,
302 right, bottom);
303 if (right > imageableArea.right)
304 right = imageableArea.right;
[all...]
H A DGPDriver.cpp239 rc.right = (int)bounds.right;
261 rc.left, rc.top, rc.right, rc.bottom));
266 int width = rc.right - rc.left + 1;
271 BRect imageRect(rc.left, rc.top, rc.right, rc.bottom);
/haiku/src/kits/tracker/
H A DTextWidget.cpp138 result.right = result.left + column->Width();
161 result.right = result.left + viewWidth;
170 result.right = result.left + viewWidth;
174 result.right = poseLoc.x + column->Width();
175 result.left = result.right - viewWidth;
199 result.right = result.left + viewWidth;
233 result.right = result.left + column->Width();
235 result.right = result.left + kWidthMargin;
416 float right = oldWidth - newWidth; local
419 scrollView->MoveBy(roundf(right /
[all...]
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp41 rect.left = rect.right - 80;
46 rect.right = rect.left - 10;
47 rect.left = rect.right - 80;
53 rect.right = rect.left - 10;
62 rect.right = rect.left + (rect.Width() - 5) / 2;
/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,
H A DCurView.cpp82 wellrect.right=wellrect.left+50;
104 rect.right=rect.left+190;
454 r.right-=10;
471 drawrect.right=(r.Height()*bitmap->Bounds().Width())/bitmap->Bounds().Height();
479 drawrect.right=r.Width();
/haiku/src/apps/terminal/
H A DSmartTabView.cpp56 buttonRect.left = frame.right - be_control_look->GetScrollBarWidth(B_VERTICAL) + 1;
75 SmartTabView::SetInsets(float left, float top, float right, float bottom) argument
79 fInsets.right = right;
137 - fInsets.left - fInsets.right,
/haiku/src/kits/interface/
H A DScrollView.cpp132 // is probably the right thing to do.
197 // bottom right edge of a window with the B_DOCUMENT_LOOK to
203 if (bounds.right - _BorderSize() != windowBounds.right
310 fHorizontalScrollBar->Frame().right + 1);
320 // invalidate the region between the old and the new right border
323 rect.right--;
326 // invalidate the region of the new right border
328 rect.left = rect.right - border;
572 Invalidate(BRect(bounds.left, bounds.top, bounds.right, bound
[all...]
H A DSplitView.cpp42 BSplitView::SetInsets(float left, float top, float right, float bottom) argument
46 right = BControlLook::ComposeSpacing(right);
49 fSplitLayout->SetInsets(left, top, right, bottom);
71 BSplitView::GetInsets(float* left, float* top, float* right, argument
74 fSplitLayout->GetInsets(left, top, right, bottom);
H A DMenuWindow.cpp115 float middle = Bounds().right / 2;
159 float middle = Bounds().right / 2;
314 BRect(0, 0, frame.right, kScrollerHeight - 1));
320 BRect(0, frame.bottom - kScrollerHeight + 1, frame.right,
325 fUpperScroller->ResizeTo(frame.right, kScrollerHeight - 1);
326 fLowerScroller->ResizeTo(frame.right, kScrollerHeight - 1);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp402 _CopyToFront(srcOffset, srcBPR, r.left, r.top, r.right, r.bottom);
476 fCursorAreaBackup->right, fCursorAreaBackup->bottom);
554 int32 width = area.right - area.left + 1;
588 fCursorAreaBackup->right = area.right;
600 for (int32 x = area.left; x <= area.right; x++) {
626 for (int32 x = area.left; x <= area.right; x++) {
644 _CopyToFront(buffer, width * 4, area.left, area.top, area.right,
652 /*! - source is assumed to be already at the right offset
659 int32 right, int3
658 _CopyToFront(uint8* src, uint32 srcBPR, int32 x, int32 y, int32 right, int32 bottom) const argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp81 r.right = r.left + child->Bounds().Width() + 2 * fSpacing;
83 r.left = r.right + 1.0 - fSpacing;
131 frame.left = (frame.left + frame.right) / 2.0 - view->Bounds().Width() / 2.0;
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp72 rect.left = rect.right - kDefaultButtonWidth;
76 rect.right = rect.left - 10;
77 rect.left = rect.right - kDefaultButtonWidth;
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h76 destinationRect.right++;
85 path.line_to(destinationRect.right, destinationRect.top);
86 path.line_to(destinationRect.right, destinationRect.bottom);
H A DDrawBitmapNearestNeighbor.h89 const int32 right = (int32)destinationRect.right; local
100 const int32 x2 = min_c(baseRenderer.xmax(), right);
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp134 rvBounds.right -= B_V_SCROLL_BAR_WIDTH;
141 hsBounds.right++;
149 vsBounds.left = vsBounds.right + 1;
151 vsBounds.right = b.right + 1;
160 svBounds.right = hsBounds.left - 1;
241 if(r.left >= (sr.right - 20.0))
259 if(r.left >= (sr.right - 20.0))
280 if(r.left >= (sr.right - 20.0))
571 if (windowRect.right > screenRec
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp83 middle.x = (b.left + b.right - StringWidth(message1)) / 2.0;
87 middle.x = (b.left + b.right - StringWidth(message2)) / 2.0;
91 middle.x = (b.left + b.right - StringWidth(message3)) / 2.0;
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp91 fOldWidth = box.left - box.right;
93 origin.x = box.right;
97 fXOffsetFromCorner = origin.x - box.right;
99 fOldWidth = box.right - box.left;
107 fOldWidth = box.left - box.right;
109 origin.x = box.right;
113 fXOffsetFromCorner = origin.x - box.right;
115 fOldWidth = box.right - box.left;
312 fOldSideDist = box.left - box.right;
313 origin.x = box.right;
[all...]
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp37 frame.left = frame.right - kDraggerSize;
113 Window()->ResizeTo(rect.right, rect.bottom);
116 ResizeTo(rect.right, rect.bottom);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp193 if (pos + 1 <= b.right) {
197 if (pos + 2 <= b.right) {
206 StrokeLine(BPoint(b.left, pos - 2), BPoint(b.right, pos - 2));
210 StrokeLine(BPoint(b.left, pos - 1), BPoint(b.right, pos - 1));
214 StrokeLine(BPoint(b.left, pos + 1), BPoint(b.right, pos + 1));
218 StrokeLine(BPoint(b.left, pos + 2), BPoint(b.right, pos + 2));
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp529 float deltaByX = round(frameSAT.right - frame.right);
625 debug_printf("right-top corner: ");
629 debug_printf("right-bottom corner: ");
813 SATGroup::AddWindow(SATWindow* window, Tab* left, Tab* top, Tab* right, argument
824 if (right != NULL && top != NULL)
825 rightTopRef = right->FindCrossing(top);
828 if (right != NULL && bottom != NULL)
829 rightBottomRef = right->FindCrossing(bottom);
839 if (right
1050 Tab* right = tempVTabs[rightTab]; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_simul_eq.h82 const double right[Size][RightCols],
98 tmp[i][Size + j] = right[i][j];
81 solve(const double left[Size][Size], const double right[Size][RightCols], double result[Size][RightCols]) argument
/haiku/src/add-ons/accelerants/neomagic/
H A DAcceleration.c89 (list[i].right)+1,
110 (list[i].right)+1,
/haiku/src/add-ons/accelerants/nvidia/
H A DAcceleration.c109 (list[i].right)+1,
131 (list[i].right)+1,
/haiku/src/add-ons/accelerants/skeleton/
H A DAcceleration.c92 (list[i].right)+1,
113 (list[i].right)+1,

Completed in 119 milliseconds

1234567891011>>