Searched refs:bounds (Results 26 - 50 of 293) sorted by relevance

1234567891011>>

/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp86 BRect bounds(Bounds());
88 bounds, updateRect, ViewColor());
91 BRect bounds(Bounds());
95 StrokeLine(bounds.LeftTop(), bounds.RightTop());
97 float x = bounds.left;
100 StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
109 x = bounds.left;
110 float y = (bounds
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackListener.cpp40 PlaybackListener::VideoBoundsChanged(BRect bounds) argument
H A DPlaybackListener.h29 virtual void VideoBoundsChanged(BRect bounds);
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp39 BRect bounds(Bounds());
42 be_control_look->DrawButtonFrame(this, bounds, updateRect, base,
44 be_control_look->DrawButtonBackground(this, bounds, updateRect, base,
64 offset.x = (bounds.left + bounds.right) / 2;
65 offset.y = (bounds.top + bounds.bottom) / 2;
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp33 PrinterSelectionView::PrinterSelectionView(BRect bounds, const char *name, uint32 resizeMask, uint32 flags) argument
34 : BView(bounds, name, resizeMask, flags)
37 bounds.OffsetTo(0, 0);
38 BRect listBounds(bounds.left + kLeftMargin, bounds.top + kTopMargin,
39 bounds.right / 3.0 - kHorizontalSpace / 2, bounds.bottom - kBottomMargin);
61 printerBounds.right = bounds.right - kRightMargin - B_V_SCROLL_BAR_WIDTH;
62 printerBounds.top = bounds.top + kTopMargin;
69 detailBounds.right = bounds
[all...]
H A DPPDConfigView.cpp123 DetailsBuilder(BView* parent, BView* details, BRect bounds, Statement* group, const BMessage& settings);
147 DetailsBuilder::DetailsBuilder(BView* parent, BView* details, BRect bounds, Statement* group, const BMessage& settings) argument
150 , fBounds(bounds)
284 BRect bounds(fBounds);
285 bounds.left += kItemLeftMargin /** GetLevel()*/;
286 bounds.right -= kItemRightMargin /** GetLevel()*/;
287 return bounds;
291 BRect bounds(box->Bounds());
292 bounds.top = bounds
394 PPDConfigView(BRect bounds, const char *name, uint32 resizeMask, uint32 flags) argument
[all...]
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp39 BRect bounds(Bounds());
40 bounds.InsetBy(10.0, 10.0);
42 BBox *customBox = new BBox(bounds, "customBox", B_FOLLOW_NONE);
46 bounds.top += 10.0;
47 fPassword = new BTextControl(bounds, "password",
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp124 BRect bounds = frame.OffsetToCopy(0, 0); local
125 fOffscreenBitmap = new(std::nothrow) BBitmap(bounds, B_BITMAP_ACCEPTS_VIEWS,
133 fOffscreen = new(std::nothrow) BView(bounds, "offscreen remote view",
471 BRect bounds = fOffscreenBitmap->Bounds(); local
473 reply.Add(bounds.IntegerWidth() + 1);
474 reply.Add(bounds.IntegerHeight() + 1);
514 BRect bounds = fCursorBitmap->Bounds(); local
516 + bounds.IntegerWidth() + 1;
518 + bounds.IntegerHeight() + 1;
844 BRect bounds local
893 BRect bounds; local
988 BRect bounds; local
1048 BRect bounds; local
1084 BRect bounds = _BuildInvalidateRect(points, 2); local
1095 BRect bounds; local
1286 BRect bounds; local
[all...]
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp30 BRect bounds[2]; local
38 if (i == 0) bounds[0] = r; else bounds[0] = bounds[0] | r;
41 if (i == 0) bounds[1] = r; else bounds[1] = bounds[1] | r;
44 StrokeRect(bounds[0]);
45 StrokeRect(bounds[1], B_SOLID_LOW);
/haiku/headers/libs/agg/
H A Dagg_path_storage_integer.h169 rect_d bounds(1e100, 1e100, -1e100, -1e100);
172 bounds.x1 = bounds.y1 = bounds.x2 = bounds.y2 = 0.0;
181 if(x < bounds.x1) bounds.x1 = x;
182 if(y < bounds.y1) bounds.y1 = y;
183 if(x > bounds
[all...]
/haiku/src/servers/app/
H A DBitmapManager.h30 HWInterface& hwInterface, BRect bounds,
37 int32 areaOffset, BRect bounds,
H A DInputManager.h23 void UpdateScreenBounds(BRect bounds);
H A DInputManager.cpp90 InputManager::UpdateScreenBounds(BRect bounds) argument
95 fUsedStreams.ItemAt(i)->UpdateScreenBounds(bounds);
99 fFreeStreams.ItemAt(i)->UpdateScreenBounds(bounds);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp89 BRect bounds(Bounds());
94 be_control_look->DrawTextControlBorder(this, bounds, updateRect, color);
97 BRect r(bounds.left, bounds.top, bounds.right,
98 bounds.top + bounds.Height() / 2);
103 r.bottom = bounds.bottom;
/haiku/src/kits/interface/
H A DSeparatorView.cpp215 BRect bounds = Bounds(); local
216 BRegion region(bounds);
225 bounds.top = floorf((bounds.top + bounds.bottom + 1 - borderSize)
227 bounds.bottom = bounds.top + borderSize - 1;
228 region.Exclude(bounds);
229 be_control_look->DrawBorder(this, bounds, updateRect, bgColor,
232 bounds
488 BRect bounds = Bounds(); local
[all...]
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp66 BRect bounds = Bounds(); local
68 float y = (bounds.top + bounds.bottom - ceilf(fontHeight.ascent)
73 TruncateString(&text, B_TRUNCATE_END, bounds.Width());
/haiku/src/apps/gradients/
H A DGradientsWindow.cpp39 BRect bounds = Bounds(); local
40 bounds.top = 40;
41 fGradientsView = new GradientsView(bounds);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp79 BRect bounds = view->Bounds(); local
80 bounds.InsetBy(10.0f, 10.0f);
81 BRect frame(0.0f, 0.0f, bounds.Width(), 20.0f);
91 bounds.bottom -= fAdditiveCB->Bounds().Height() * 2.0f;
92 fAdditiveCB->MoveTo(bounds.LeftBottom());
106 bounds.bottom -= fSpeedS->Bounds().Height() + 15.0f;
107 fSpeedS->MoveTo(bounds.LeftBottom());
112 BRect textRect = bounds;
114 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING, textRect,
188 fDirectInfo.bounds
271 _Init(BRect bounds) argument
[all...]
/haiku/src/apps/people/
H A DAttributeTextControl.cpp175 BRect bounds(Bounds());
176 bounds.right = Divider();
177 bounds.left = bounds.right - StringWidth(Label());
178 return bounds;
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp60 // bounds for settings
101 BRect bounds = view->Bounds(); local
102 bounds.InsetBy(10, 10);
103 BRect frame(0, 0, bounds.Width(), 20);
111 bounds.bottom -= dropRateSlider->Bounds().Height() * 1.5;
112 dropRateSlider->MoveTo(bounds.LeftBottom());
121 bounds.bottom -= leafSizeSlider->Bounds().Height() * 1.5;
122 leafSizeSlider->MoveTo(bounds.LeftBottom());
131 bounds.bottom -= sizeVariationSlider->Bounds().Height() * 1.5;
132 sizeVariationSlider->MoveTo(bounds
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp244 Transformable::TransformBounds(const BRect& bounds) const
246 if (bounds.IsValid()) {
247 BPoint lt(bounds.left, bounds.top);
248 BPoint rt(bounds.right, bounds.top);
249 BPoint lb(bounds.left, bounds.bottom);
250 BPoint rb(bounds.right, bounds
[all...]
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp229 Transformable::TransformBounds(BRect bounds) const
231 if (bounds.IsValid()) {
232 BPoint lt(bounds.left, bounds.top);
233 BPoint rt(bounds.right, bounds.top);
234 BPoint lb(bounds.left, bounds.bottom);
235 BPoint rb(bounds.right, bounds
[all...]
/haiku/src/apps/stylededit/
H A DStatusView.cpp125 BRect bounds(Bounds());
127 bounds, updateRect, ViewColor());
130 BRect bounds(Bounds());
132 StrokeLine(bounds.LeftTop(), bounds.RightTop());
134 float x = bounds.left;
137 StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
146 x = bounds.left;
147 float y = (bounds
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp325 // constrain rect to passed bitmap bounds
398 BRect bounds = rect; local
400 bounds.InsetBy(fExtendWidth, fExtendWidth);
402 if (!fClippingRegion.Intersects(bounds))
433 BRect bounds = _BuildBounds(points, 4); local
435 bounds.InsetBy(fExtendWidth, fExtendWidth);
437 if (!fClippingRegion.Intersects(bounds))
450 BRect bounds = _BuildBounds(points, 4); local
451 if (!fClippingRegion.Intersects(bounds))
465 BRect bounds local
494 DrawPolygon(BPoint* pointList, int32 numPoints, BRect bounds, bool filled, bool closed) argument
516 FillPolygon(BPoint* pointList, int32 numPoints, BRect bounds, const BGradient& gradient, bool closed) argument
559 BRect bounds = _BuildBounds(points, 2); local
575 BRect bounds = rect; local
619 BRect bounds = rect; local
696 BRect bounds = rect; local
730 DrawShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 pointCount, const BPoint* pointList, bool filled, const BPoint& viewToScreenOffset, float viewScale) argument
755 FillShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 pointCount, const BPoint* pointList, const BGradient& gradient, const BPoint& viewToScreenOffset, float viewScale) argument
778 DrawTriangle(BPoint* points, const BRect& bounds, bool filled) argument
797 FillTriangle(BPoint* points, const BRect& bounds, const BGradient& gradient) argument
816 BRect bounds = _BuildBounds(points, 2); local
949 ReadBitmap(ServerBitmap* bitmap, bool drawCursor, BRect bounds) argument
[all...]
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp102 TimeEdit::DrawSection(uint32 index, BRect bounds, bool hasFocus) argument
117 BPoint point(bounds.LeftBottom());
118 point.y -= bounds.Height() / 2.0 - 6.0;
119 point.x += (bounds.Width() - StringWidth(field)) / 2;
121 FillRect(bounds, B_SOLID_LOW);
127 TimeEdit::DrawSeparator(uint32 index, BRect bounds) argument
136 BPoint point(bounds.LeftBottom());
137 point.y -= bounds.Height() / 2.0 - 6.0;
138 point.x += (bounds.Width() - StringWidth(field)) / 2;
469 DateEdit::DrawSection(uint32 index, BRect bounds, boo argument
494 DrawSeparator(uint32 index, BRect bounds) argument
[all...]

Completed in 98 milliseconds

1234567891011>>