Searched refs:bounds (Results 201 - 225 of 293) sorted by relevance

1234567891011>>

/haiku/src/apps/glteapot/
H A DObjectView.cpp209 BRect bounds = Bounds(); local
247 glViewport(0, 0, (GLint)bounds.IntegerWidth() + 1,
248 (GLint)bounds.IntegerHeight() + 1);
295 BRect bounds = Bounds(); local
297 bounds.OffsetTo(0, 0);
298 if (bounds != parentBounds) {
/haiku/src/apps/deskbar/
H A DSwitcher.cpp74 void Draw(BView* view, BRect bounds, bool main);
205 TBox(BRect bounds, TSwitchManager* manager,
369 TTeamGroup::Draw(BView* view, BRect bounds, bool main) argument
372 largeRect.OffsetTo(bounds.LeftTop());
373 int32 offset = (bounds.IntegerWidth()
1230 TBox::TBox(BRect bounds, TSwitchManager* manager, TSwitcherWindow* window, argument
1233 BBox(bounds, "top", B_FOLLOW_ALL, B_WILL_DRAW, B_NO_BORDER),
1268 BRect bounds = Bounds(); local
1286 BRect rhit(frame.right, frame.top, bounds.right, frame.bottom);
1337 BRect bounds local
1909 BRect bounds = Bounds(); local
2247 BRect bounds = Bounds(); local
[all...]
H A DTeamMenuItem.cpp478 BRect bounds(Frame());
479 bounds.left = bounds.right - kSwitchWidth;
480 return bounds;
/haiku/src/kits/tracker/
H A DTextWidget.cpp255 StartEdit(fParams.bounds, fParams.poseView, fParams.pose);
273 BTextWidget::MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint) argument
298 fParams.bounds = bounds;
437 BTextWidget::StartEdit(BRect bounds, BPoseView* view, BPose* pose) argument
447 BRect rect(bounds);
H A DPose.cpp409 BRect bounds; local
413 bounds = widget->CalcRect(poseLoc, column, poseView);
415 bounds = widget->CalcRect(Location(poseView), NULL, poseView);
417 widget->StartEdit(bounds, poseView, this);
450 BRect bounds; local
454 bounds = widget->CalcRect(poseLoc, column, poseView);
456 bounds = widget->CalcRect(Location(poseView), NULL, poseView);
458 widget->StartEdit(bounds, poseView, this);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp654 BRect bounds(frame);
655 bounds.OffsetTo(0, 0);
656 bounds.right /= 2;
657 bounds.bottom /= 2;
659 BBitmap bitmap(bounds, B_RGBA32);
665 BRect bounds(frame);
666 BBitmap bitmap(bounds, B_RGBA32);
673 BRect bounds(frame);
674 bounds.OffsetTo(0, 0);
675 bounds
[all...]
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp273 picture.width = bitsHeader.bounds.IntegerWidth() + 1;
274 picture.height = bitsHeader.bounds.IntegerHeight() + 1;
347 bitmapHeader.bounds.Set(0, 0, width - 1, height - 1);
/haiku/src/libs/icon/shape/
H A DShape.cpp440 BRect bounds(left, top, right, bottom);
443 fLastBounds = bounds;
445 return bounds;
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.h68 void SetVideoBounds(BRect bounds);
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h99 const rect_i& bounds() const { return m_bounds; } function in class:agg::font_engine_freetype_base
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h27 // clips to each views bounds
28 void ConvertToVisibleInTopView(BRect* bounds) const;
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h104 BRect bounds, bool complete);
/haiku/headers/os/interface/
H A DStringView.h51 virtual void Draw(BRect bounds);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h72 ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp299 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(rect.left);
300 header.bounds.top = B_HOST_TO_BENDIAN_FLOAT(rect.top);
301 header.bounds.right = B_HOST_TO_BENDIAN_FLOAT(rect.right);
302 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(rect.bottom);
399 // error out if we're trying to access an out-of-bounds index
/haiku/src/servers/app/
H A DCanvas.h96 const DrawState& state, const IntRect& bounds);
H A DEventStream.cpp116 InputServerStream::UpdateScreenBounds(BRect bounds) argument
119 update.AddRect("screen_bounds", bounds);
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp207 sheader.bounds.left = 0;
208 sheader.bounds.top = 0;
209 sheader.bounds.right = width - 1;
210 sheader.bounds.bottom = height - 1;
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp264 bitsHeader.bounds.left = 0;
265 bitsHeader.bounds.top = 0;
266 bitsHeader.bounds.right = fWidth - 1;
267 bitsHeader.bounds.bottom = fHeight - 1;
/haiku/src/apps/processcontroller/
H A DProcessController.cpp603 BRect bounds(Bounds());
605 float h = floorf(bounds.Height ()) - 2;
611 if (gCPUcount <= 4 && bounds.Width() == 15) {
617 memWidth = floorf((bounds.Height() + 1) / 8);
618 barGap = ((bounds.Width() + 1) / gCPUcount) > 3 ? 1 : 0;
619 barWidth = floorf((bounds.Width() - 1 - memWidth - barGap * gCPUcount)
624 float leftMem = bounds.Width() - memWidth;
677 float rightMem = bounds.Width() - 1;
/haiku/src/servers/app/font/
H A DFontEngine.cpp569 agg::rect_d bounds = fPath.bounding_rect(); local
570 fBounds.x1 = int(floor(bounds.x1));
571 fBounds.y1 = int(floor(bounds.y1));
572 fBounds.x2 = int(ceil(bounds.x2));
573 fBounds.y2 = int(ceil(bounds.y2));
/haiku/src/apps/drivesetup/
H A DDiskView.cpp522 BRect bounds(Bounds());
527 FillRect(bounds, kStripes);
539 BRect messageBounds(bounds);
540 messageBounds.InsetBy((bounds.Width() - width - fh.ascent * 2) / 2.0,
541 (bounds.Height() - (fh.ascent + fh.descent) * 2) / 2.0);
/haiku/src/kits/interface/
H A DListView.cpp1236 BRect bounds = Bounds(); local
1237 if (itemFrame.top < bounds.top)
1239 else if (itemFrame.bottom > bounds.bottom)
1240 ScrollTo(BPoint(0, itemFrame.bottom - bounds.Height()));
1628 BRect bounds = Bounds(); local
1636 if (bounds.Height() > itemHeight) {
1642 vertScroller->SetRange(0.0, itemHeight - bounds.Height() - 1.0);
1643 vertScroller->SetProportion(bounds.Height () / itemHeight);
1645 if (itemHeight < bounds.bottom)
1646 ScrollBy(0.0, bounds
[all...]
H A DColumnListView.cpp436 BRect bounds = Bounds(); local
439 if (width > bounds.Width()) {
441 ResizeTo(width, bounds.Height());
452 BRect bounds = Bounds(); local
455 if (height > bounds.Height()) {
457 ResizeTo(bounds.Width(), height);
1106 BRect bounds = Bounds(); local
1108 if (width > bounds.Width() / 2)
1109 width = bounds.Width() / 2;
1118 BRect viewRect(bounds);
2266 _GetChildViewRects(const BRect& bounds, BRect& titleRect, BRect& outlineRect, BRect& vScrollBarRect, BRect& hScrollBarRect) argument
4736 BRect bounds = Bounds(); local
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp132 BRect bounds = Bounds(); local
133 BListView::FrameResized(bounds.Width(), bounds.Height());
624 BRect bounds = Bounds(); local
625 if (itemFrame.top < bounds.top) {
627 } else if (itemFrame.bottom > bounds.bottom) {
628 ScrollTo(BPoint(0.0, itemFrame.bottom - bounds.Height()));

Completed in 136 milliseconds

1234567891011>>