Searched refs:Bounds (Results 1 - 25 of 643) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp10 StrokeRoundRect(Bounds().InsetByCopy(20,20), 10, 10);
12 font.SetSize(Bounds().Height()/10);
13 font.SetShear(Bounds().Height()/10);
14 font.SetRotation(Bounds().Width()/10);
16 DrawString("Haiku", 8, BPoint(Bounds().Width()/2,Bounds().Height()/2));
H A DPrintTestWindow.cpp29 BView* backdrop = new BView(Bounds(), "backdrop", B_FOLLOW_ALL, B_WILL_DRAW);
33 BMenuBar* mb = new BMenuBar(Bounds(), "menubar");
55 BRect b = Bounds();
56 b.top = mb->Bounds().bottom +1;
/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp42 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
44 else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
66 fTrackingY = (Bounds().top + Bounds().Height()/2);
82 Draw(Bounds());
93 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
95 else if((Bounds()
[all...]
/haiku/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp41 (int) bitmap->Bounds().Width() + 1,
42 (int) bitmap->Bounds().Height() + 1,
48 fId, (int32) bitmap->Bounds().Width(),
49 (int32) bitmap->Bounds().Height(),
50 8 * bitmap->BytesPerRow() / (int)bitmap->Bounds().Width());
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp37 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
41 BRect rect = Bounds().InsetByCopy(8, 8);
47 rect.top += stringView->Bounds().Height() + 14;
59 doneButton->MoveTo(Bounds().Width() - doneButton->Bounds().Width() - 8,
60 Bounds().Height() - doneButton->Bounds().Height() - 8);
67 button->MoveBy(-button->Bounds().Width() - 10, 0);
72 width = stringView->Bounds().Width() + 100;
73 if (width < Bounds()
[all...]
/haiku/src/tests/servers/app/textview/
H A Dmain.cpp9 BTextView *textview = new BTextView(Bounds(), "textview", Bounds(),
/haiku/src/apps/powerstatus/
H A DPowerStatusWindow.cpp22 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
26 topView->AddChild(new PowerStatusReplicant(Bounds(), B_FOLLOW_ALL));
/haiku/src/apps/overlayimage/
H A DOverlayWindow.cpp31 OverlayView* replView = new OverlayView(Bounds());
34 BView* bgView = new BView(Bounds(), "bgView", B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp33 FrameResized(Bounds().Width(), Bounds().Height());
41 BRect r(Bounds());
69 FrameResized(Bounds().Width(), Bounds().Height());
81 r.right = r.left + child->Bounds().Width() + 2 * fSpacing;
88 r.bottom = r.top + child->Bounds().Height() + 2 * fSpacing;
105 minWidth += child->Bounds().Width() + 1 + fSpacing;
107 child->Bounds().Height() + 1 + fInset * 2.0);
112 minHeight += child->Bounds()
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp61 BRect image = fImage->Bounds();
76 DrawBitmapAsync(fImage, Bounds());
80 DrawString(message, BPoint((Bounds().Width() - width) / 2.0f, 30.0f));
104 ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height());
108 MoveTo((frame.Width() - Bounds().Width()) / 2.0f,
109 (frame.Height() - Bounds().Height()) / 2.0f);
/haiku/src/preferences/filetypes/
H A DDropTargetListView.cpp34 BRect rect = Bounds();
79 BRect rect = Bounds();
83 rect = Bounds();
87 rect = Bounds();
91 rect = Bounds();
/haiku/src/apps/resedit/
H A DImageEditor.cpp29 imgsize = ScaleRectToFit(fImage->Bounds(), BRect(0, 0, 200, 200));
33 BView *back = new BView(Bounds(), "back", B_FOLLOW_ALL, B_WILL_DRAW);
54 r.right = Bounds().right - 10;
62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
80 fOK->MoveTo(Bounds().right - fOK->Bounds().Width() - 10,
81 Bounds().bottom - fOK->Bounds().Height() - 10);
92 SetSizeLimits(Bounds().right, 30000, Bounds()
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaEncoderWindow.cpp28 ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
/haiku/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp26 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
32 topView->AddChild(new NetworkStatusView(Bounds().InsetByCopy(5, 5),
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp39 BRect bounds(Bounds());
66 offset.x -= fSymbol->Bounds().Width() / 2;
67 offset.y -= fSymbol->Bounds().Height() / 2;
68 offset.x = floorf(offset.x - fSymbol->Bounds().left);
69 offset.y = ceilf(offset.y - fSymbol->Bounds().top);
76 offset.y += fSymbol->Bounds().Height();
91 size.width = ceilf(fSymbol->Bounds().Width() * scale);
92 size.height = ceilf(fSymbol->Bounds().Height() * scale);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp81 BRect rect(background->Bounds().left + 15,
82 background->Bounds().bottom - 94, background->Bounds().left + 122,
83 background->Bounds().bottom - 15);
89 rect = BRect(background->Bounds().left + 132,
90 background->Bounds().bottom - 85, background->Bounds().right,
91 background->Bounds().bottom - 65);
123 BRect dest(fImageView->Bounds());
124 if (bitmap->Bounds()
[all...]
/haiku/src/apps/midiplayer/
H A DScopeView.cpp49 fSampleCount(Bounds().IntegerWidth()),
152 StrokeLine(BPoint(0, Bounds().Height() / 2),
153 BPoint(Bounds().Width(), Bounds().Height() / 2));
162 StrokeLine(BPoint(0, Bounds().Height() / 2),
163 BPoint(Bounds().Width(), Bounds().Height() / 2));
170 int32 width = (int32) Bounds().Width();
171 int32 height = (int32) Bounds().Height();
208 float x = (Bounds()
[all...]
/haiku/src/apps/gradients/
H A DGradientsWindow.cpp17 BRect field(10, 10, Bounds().Width() - 10, 30);
39 BRect bounds = Bounds();
44 MoveTo((BScreen().Frame().Width() - Bounds().Width()) / 2,
45 (BScreen().Frame().Height() - Bounds().Height()) / 2 );
/haiku/src/bin/network/ppp_up/
H A DPPPStatusWindow.cpp15 fStatusView = new PPPStatusView(Bounds(), id);
/haiku/src/tests/apps/miniterminal/
H A DArguments.h18 BRect Bounds() const { return fBounds; } function in class:Arguments
H A DMiniWin.cpp13 : BWindow(args.Bounds(), args.Title(), B_TITLED_WINDOW,
/haiku/src/tests/servers/app/resize_limits/
H A DResizeLimits.cpp49 Bounds().PrintToStream();
51 Bounds().PrintToStream();
57 Bounds().PrintToStream();
62 Bounds().PrintToStream();
/haiku/src/apps/patchbay/
H A DPatchWin.cpp25 BRect r = Bounds();
/haiku/src/kits/shared/
H A DStripeView.cpp32 fIconSize = fIcon.Bounds().Width();
35 fPreferredWidth = 18 * scale + fIcon.Bounds().Width();
36 fPreferredHeight = 6 * scale + fIcon.Bounds().Height();
50 BRect stripeRect = Bounds();
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp37 BRect bounds = Bounds();
48 BRect rect = fTabView->ContainerView()->Bounds();
70 fTabView->ResizeTo(deskbarView->Bounds().Width() + 16.0f,
71 deskbarView->Bounds().Height() +
77 okButton->MoveTo(Bounds().Width() - 8.0f - okButton->Bounds().Width(),
78 Bounds().Height() - 8.0f - okButton->Bounds().Height());
85 defaultsButton->MoveBy(-defaultsButton->Bounds().Width() - 10.0f, 0.0f);
92 + okButton->Bounds()
[all...]

Completed in 103 milliseconds

1234567891011>>