Searched refs:Bounds (Results 26 - 50 of 643) sorted by relevance

1234567891011>>

/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp35 BView* topView = new BView(Bounds(), "topView", B_FOLLOW_ALL, B_WILL_DRAW);
39 BRect bounds(Bounds());
65 button->MoveTo(frame.right - button->Bounds().Width(), frame.bottom + 10.0);
72 MoveTo(screen.Frame().left + (screen.Frame().Width() - Bounds().Width()) / 2,
73 screen.Frame().top + (screen.Frame().Height() - Bounds().Height()) / 2);
/haiku/src/preferences/appearance/
H A DCurView.cpp61 BMenuBar *mb=new BMenuBar(BRect(0,0,Bounds().Width(),16),"menubar");
99 bmpview->MoveTo( (Bounds().Width()-bmpview->Bounds().Width())/2,30);
103 rect.left=(Bounds().Width()-200)/2;
129 cvrect.OffsetTo( (Bounds().Width()-200)/2,scrollview->Frame().bottom+20);
418 drawrect=Bounds().InsetByCopy(5,5);
453 BRect r(Bounds());
457 drawrect=bitmap->Bounds();
458 if(r.Contains(bitmap->Bounds()))
461 offset=((r.IntegerWidth()-bitmap->Bounds()
[all...]
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp34 BRect rect = Bounds();
40 rect = view->Bounds().InsetByCopy(8, 8);
53 button->MoveBy((rect.Width() - button->Bounds().Width()) / 2, 0);
59 ResizeTo(Bounds().Width(), height + 8);
80 MoveTo(frame.left + (frame.Width() - Bounds().Width()) / 2,
81 frame.top + (frame.Height() - Bounds().Height()) / 2);
/haiku/src/apps/cortex/support/
H A DScrollHelpers.h59 float xDelta = where.x - Bounds().left;
60 float yDelta = where.y - Bounds().top;
H A DTextControlFloater.cpp67 Bounds().Width(),
68 Bounds().Height());
76 if(Bounds().Contains(point))
127 Bounds(),
/haiku/src/apps/tv/
H A DConvertBitmap.cpp37 if (dst->Bounds() != src->Bounds())
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp18 const BRect bounds = Bounds();
46 AddChild(new View(Bounds()));
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp104 FillRoundRect(scale2(0, 9, 0, 3, Bounds()), 4, 4);
106 FillRoundRect(scale2(2, 7, 3, 6, Bounds()), 2, 2);
110 StrokeRoundRect(scale2(2, 7, 3, 6, Bounds()), 2, 2);
112 StrokeRoundRect(scale2(0, 9, 0, 3, Bounds()), 4, 4);
116 FillRect(scale2(1, 8, 1, 2, Bounds()));
119 BRect outerShape = scale2(2, 7, 2, 6, Bounds());
125 FillRect(scale2(3, 4, 4, 5, Bounds()));
127 FillRect(scale2(5, 6, 4, 5, Bounds()));
/haiku/src/servers/app/drawing/
H A DBBitmapBuffer.cpp60 return fBitmap->Bounds().IntegerWidth() + 1;
69 return fBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp51 //DEBUG:StrokeRect(fWindow->fStrokes.Bounds());
66 fInkView = new PenInputInkView(Bounds(), this);
101 //fInkView->Invalidate(fStrokes.Bounds()); // XXX
102 fInkView->Invalidate(Bounds()); // XXX
109 //fInkView->Invalidate(fStrokes.Bounds()); // XXX
110 fInkView->Invalidate(Bounds()); // XXX
117 //fInkView->Invalidate(fStrokes.Bounds()); // XXX
118 fInkView->Invalidate(Bounds()); // XXX
/haiku/src/apps/login/
H A DLoginWindow.cpp26 LoginView *v = new LoginView(Bounds());
/haiku/src/apps/resedit/
H A DInlineEditor.cpp64 fTextBox->ResizeTo(Bounds().Width(), fTextBox->Bounds().Height());
65 ResizeTo(Bounds().Width(), fTextBox->Bounds().Height());
/haiku/src/bin/network/ppp_up/
H A DConnectionWindow.cpp19 fConnectionView = new ConnectionView(Bounds(), interfaceName);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DButtonTest.cpp43 group->SetFrame(controls->Bounds());
/haiku/src/tests/kits/translation/multitest/
H A DWorkWindow.cpp15 BRect viewrect(Bounds());
/haiku/src/tests/servers/app/bitmap_bounds/
H A Dmain.cpp42 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
43 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
88 // BRect bitmap = view.OffsetByCopy(fBitmap->Bounds().LeftTop());
95 BRect bitmap = fBitmap->Bounds();
109 BWindow* window = new BWindow(frame, "Bitmap Bounds", B_TITLED_WINDOW,
112 BView* view = new TestView(window->Bounds(), "test",
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DRenderingBuffer.h27 inline BRect Bounds() const function in class:RenderingBuffer
/haiku/src/apps/patchbay/
H A DMidiEventMeter.h31 BRect Bounds() const;
/haiku/src/servers/app/
H A DRenderingBuffer.h29 inline IntRect Bounds() const function in class:RenderingBuffer
/haiku/src/apps/processcontroller/
H A DIconMenuItem.cpp82 loc.y = frame.top + (frame.bottom - frame.top - fIcon->Bounds().Height()) / 2;
105 const float limit = ceilf(fIcon->Bounds().Height() +
110 *width += fIcon->Bounds().Width() + be_control_look->DefaultLabelSpacing();
112 *width = fIcon->Bounds().Width() + 1;
H A DPCWindow.cpp43 BRect rect = Bounds();
54 rect.OffsetTo((Bounds().Width() - 16) / 2, (Bounds().Height() - 16) / 2);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp46 BRect b(Bounds());
56 BRect b(Bounds());
60 BRect tr(TextView()->Bounds());
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp38 FillRect(Bounds(), B_SOLID_LOW);
48 pt.x = (Bounds().Width() - width) / 2;
49 pt.y = (Bounds().Height() + height.ascent + height.descent)/ 2;
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp21 fLeft = Bounds().OffsetToCopy(B_ORIGIN);
22 fLeft.right -= Bounds().Width() / 2;
54 BView *view = new PulseView(window->Bounds(), "pulse view", B_FOLLOW_ALL, B_PULSE_NEEDED|B_WILL_DRAW);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp18 BRect b = Bounds().OffsetToCopy(B_ORIGIN);
25 UpdateScrollbar(Bounds().Height());
67 frame = window->Bounds();

Completed in 230 milliseconds

1234567891011>>