Searched refs:left (Results 76 - 100 of 687) sorted by relevance

1234567891011>>

/haiku/headers/private/interface/
H A DShapePrivate.h76 bounds.left = ptList[0].x;
82 if (bounds.left > ptList[i].x)
83 bounds.left = ptList[i].x;
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp44 int32 left, int32 top, int32 right, int32 bottom)
55 uint8 *dst = info->frame_buffer + top * dstBPR + left / 8;
70 int32 x = left;
43 vga_planar_blit(vesa_shared_info *info, uint8 *src, int32 srcBPR, int32 left, int32 top, int32 right, int32 bottom) argument
/haiku/src/apps/launchbox/
H A Dsupport.h27 rgb_color left, rgb_color top,
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h44 struct gconv_module *left; /* Prefix smaller. */ member in struct:gconv_module
/haiku/src/tests/kits/interface/menu/menuworld/
H A DTestMenuBuilder.cpp80 float left, top; local
87 left = j*itemWidth;
89 frame.Set(left, top, left + itemWidth - 1,
/haiku/headers/os/interface/
H A DSplitLayoutBuilder.h27 BSplitLayoutBuilder& SetInsets(float left, float top, float right,
/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp79 assert(myRect.left == 0.0);
83 assert(myRect.left == 0.0);
97 assert(myRect.left == 0.0);
101 assert(myRect.left == 0.0);
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp60 bounds.left = floorf(bounds.right - width);
64 bounds.left = floorf(bounds.left
81 bounds.right = ceilf(bounds.left + width);
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp201 StrokeLine(BPoint(innerRect.left, innerRect.top + 1),
202 BPoint(innerRect.left, innerRect.bottom - 1), B_MIXED_COLORS);
205 StrokeLine(BPoint(innerRect.left + 1, innerRect.top),
207 StrokeLine(BPoint(innerRect.left + 1, innerRect.bottom),
213 StrokeLine(BPoint(innerRect.left, innerRect.top + 6),
214 BPoint(innerRect.left, innerRect.bottom - 6), B_MIXED_COLORS);
217 StrokeLine(BPoint(innerRect.left + 6, innerRect.top),
219 StrokeLine(BPoint(innerRect.left + 6, innerRect.bottom),
225 StrokeLine(BPoint(innerRect.left, innerRect.top + 7),
226 BPoint(innerRect.left, innerRec
[all...]
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp167 else if (point.x < fPadRect.left)
170 fXScrollRange = point.x - fPadRect.left;
206 BRect rightRect(fPadRect.left + fXScrollRange, fPadRect.top,
210 BRect bottomRect(fPadRect.left, fPadRect.top + fYScrollRange,
221 view->StrokeLine(BPoint(fPadRect.left + fXScrollRange, fPadRect.top),
222 BPoint(fPadRect.left + fXScrollRange, fPadRect.bottom));
224 fXScrollDragZone = BRect(fPadRect.left + fXScrollRange - dragSize,
225 fPadRect.top - dragSize, fPadRect.left + fXScrollRange + dragSize,
227 BRect xscrollDragZone1 = BRect(fPadRect.left + fXScrollRange - dragSize,
228 fPadRect.top - dragSize, fPadRect.left
[all...]
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp162 if (!updateRect.IsValid() || updateRect.left > fFrame.right
163 || fFrame.left > updateRect.right) {
174 int32 left = (int32)fFrame.left;
175 int32 first = (int32)updateRect.left - left - 1;
176 int32 last = (int32)updateRect.right - left + 1;
198 shape.MoveTo(BPoint(left + first,
202 shape.LineTo(BPoint(float(left + i),
/haiku/src/kits/interface/
H A DBMCPrivate.cpp228 dirty.left = dirty.right - diff - kVMargin * 2;
233 dirty.left = Frame().right - kVMargin;
283 float left; local
285 GetItemMargins(&left, NULL, &right, NULL);
287 BMenuBar::SetMaxContentWidth(width - (left + right));
335 float left, top, right, bottom; local
336 GetItemMargins(&left, &top, &right, &bottom);
354 left = right = be_control_look->DefaultLabelSpacing();
356 SetItemMargins(left, top,
H A DGridLayoutBuilder.cpp103 BGridLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
105 fLayout->SetInsets(left, top, right, bottom);
H A DSplitLayoutBuilder.cpp86 BSplitLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
88 fView->SetInsets(left, top, right, bottom);
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp225 double left, top, right, bottom; local
226 agg::bounding_rect(*fSource, pathID, 0, 1, &left, &top, &right, &bottom);
227 BRect newFromBox = BRect(left, top, right, bottom);
239 double x = fFromBox.left; double y = fFromBox.top;
247 x = fFromBox.left; y = fFromBox.bottom;
278 fFromBox.left, fFromBox.top,
282 fFromBox.left, fFromBox.top,
307 w = fFromBox.left * w0 + fFromBox.top * w1 + w2;
315 w = fFromBox.left * w0 + fFromBox.bottom * w1 + w2;
/haiku/src/libs/alm/
H A DArea.cpp32 * Gets the left tab of the area.
34 * @return the left tab of the area
76 * Sets the left tab of the area.
78 * @param left the left tab of the area
81 Area::SetLeft(BReference<XTab> left) argument
83 fLeft = left;
158 * Gets the column that defines the left and right tabs.
241 Area::GetInsets(float* left, float* top, float* right, float* bottom) const argument
243 if (left)
337 SetInsets(float left, float top, float right, float bottom) argument
358 SetLeftInset(float left) argument
536 _Init(LinearSpec* ls, XTab* left, YTab* top, XTab* right, YTab* bottom, RowColumnManager* manager) argument
[all...]
/haiku/src/libs/print/libprint/
H A DMarginView.cpp139 r.left += (fMargins.left / fPageWidth) * pageWidth;
300 float left = atof(fLeft->Text()); local
309 left *= kInchUnits;
316 left *= kCMUnits;
323 margin.Set(left, top, right, bottom);
402 //left
404 str << fMargins.left/fUnitValue;
405 fLeft = new BTextControl("left", "Left:", str.String(), NULL);
533 float left local
595 str << left; local
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp332 view->AddLine(BPoint(rect.left + 1, rect.bottom),
338 view->AddLine(BPoint(rect.left, rect.top + 1),
339 BPoint(rect.left, rect.bottom), borderColor);
341 view->AddLine(BPoint(rect.left, rect.top),
342 BPoint(rect.left, rect.bottom), highlightColor);
346 view->AddLine(BPoint(rect.left, rect.top),
349 view->AddLine(BPoint(rect.left + 1, rect.top),
434 // dark vertical line on left edge
515 float hcenter = rect.left + rect.Width() / 2;
527 if (rect.left
[all...]
/haiku/headers/libs/alm/
H A DALMGroup.h42 XTab* left = NULL, YTab* top = NULL,
54 BReference<XTab> left, BReference<YTab> top,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.h52 void SetClip(int left, int top, int right, int bottom);
56 void SetVBIClip(int left, int top, int right, int bottom);
/haiku/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.h67 LAYOUT_NO_PADDING = 1, // disables left/right padding
74 // standard: yes, the frame is left invalid; that's for
109 return frame.left < b.frame.left ||
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp75 // left/top
86 StrokeLine(BPoint(r.left, r.bottom - 1),
87 BPoint(r.left, r.top), kDottedBig);
88 StrokeLine(BPoint(r.left + 1, r.top),
103 BPoint(r.left, r.bottom), kDottedBig);
244 AddLine(BPoint(r.left, r.bottom - 1), BPoint(r.left, r.top), leftTop);
245 AddLine(BPoint(r.left + 1, r.top), BPoint(r.right, r.top), leftTop);
248 AddLine(BPoint(r.right - 1, r.bottom), BPoint(r.left, r.bottom),
/haiku/src/bin/rc/tests/
H A Dbuiltin.rdef15 float left,
/haiku/src/tests/servers/app/benchmark/
H A DRandomLineTest.cpp58 a.x = random_number_between(fViewBounds.left, fViewBounds.right);
61 b.x = random_number_between(fViewBounds.left, fViewBounds.right);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.cpp73 int32 xOffset = info->window_bounds.left;
84 fWidth = info->window_bounds.right - info->window_bounds.left + 1;

Completed in 155 milliseconds

1234567891011>>