Searched refs:Height (Results 1 - 25 of 550) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/app/
H A DRenderingBuffer.h22 virtual uint32 Height() const = 0;
25 { return Height() * BytesPerRow(); }
29 Height() - 1); }
/haiku-fatelf/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp12 font.SetSize(Bounds().Height()/10);
13 font.SetShear(Bounds().Height()/10);
16 DrawString("OpenBeOS", 8, BPoint(Bounds().Width()/2,Bounds().Height()/2));
/haiku-fatelf/src/tests/servers/app/newerClipping/drawing/
H A DRenderingBuffer.h22 virtual uint32 Height() const = 0;
25 { return Height() * BytesPerRow(); }
30 Height() - 1); }
/haiku-fatelf/src/preferences/screen/
H A DAlertWindow.cpp32 ResizeTo(fAlertView->Bounds().Width(), fAlertView->Bounds().Height());
38 screen.Frame().top + (screen.Frame().Height() - Frame().Height()) / 2);
H A DScreenSettings.cpp39 if (fWindowFrame.Height() > screenFrame.Height())
53 screenFrame.top + (screenFrame.Height() - fWindowFrame.Height()) /2);
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursespad.cc92 int Height = W->height(); local
146 if (min_row < (height() - Height - 1)) {
148 if (min_row > (height() - Height - v_gridsize - 1))
149 min_row = height() - Height - 1;
229 int Height = W->height(); local
238 v_len = (Height*Height + height() - 1)/height();
241 if (v_len > Height)
242 v_len = Height;
248 row = (min_row * Height
[all...]
/haiku-fatelf/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.cpp56 e.pView->ResizeTo(e.frame.Width(), e.frame.Height());
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageImageViewer.cpp70 if (image.Height() > (frame.Height() - 100.0f))
71 image.bottom = frame.Height() - 100.f;
73 ResizeTo(image.Width(), image.Height());
110 ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height());
115 (frame.Height() - Bounds().Height()) / 2.0f);
/haiku-fatelf/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);
93 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
95 else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
H A DDrawButton.cpp18 fOff.SetBits(off, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
19 fOn.SetBits(on, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp33 FrameResized(Bounds().Width(), Bounds().Height());
55 *height = r.Height();
69 FrameResized(Bounds().Width(), Bounds().Height());
88 r.bottom = r.top + child->Bounds().Height() + 2 * fSpacing;
107 child->Bounds().Height() + 1 + fInset * 2.0);
112 minHeight += child->Bounds().Height() + 1 + fSpacing;
128 frame.top = (frame.top + frame.bottom) / 2.0 - view->Bounds().Height() / 2.0;
134 float height = resizeHeight ? frame.Height() : view->Bounds().Height();
/haiku-fatelf/src/apps/cdplayer/
H A DTwoStateDrawButton.cpp45 ResizeTo(fUpOne->Bounds().Width(), fUpOne->Bounds().Height());
47 ResizeTo(fDownOne->Bounds().Width(), fDownOne->Bounds().Height());
49 ResizeTo(fUpTwo->Bounds().Width(),fUpTwo->Bounds().Height());
51 ResizeTo(fDownTwo->Bounds().Width(), fDownTwo->Bounds().Height());
53 ResizeTo(fDisabledOne->Bounds().Width(), fDisabledOne->Bounds().Height());
55 ResizeTo(fDisabledTwo->Bounds().Width(), fDisabledTwo->Bounds().Height());
H A DDrawButton.cpp83 ResizeTo(fUp->Bounds().Width(),fUp->Bounds().Height());
85 ResizeTo(fDown->Bounds().Width(),fDown->Bounds().Height());
87 ResizeTo(fDisabled->Bounds().Width(),fDisabled->Bounds().Height());
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp77 b.Height() + B_H_SCROLL_BAR_HEIGHT);
130 // fprintf(stderr, "m: %.1f,%.1f c: %.1f,%.1f)\n", width, height, b.Width(),b.Height());
132 if(height > m_boundsRect.Height()) {
155 float height = Bounds().Height() - B_H_SCROLL_BAR_HEIGHT;
158 D_INTERNAL((" -> dataRect.Height() = %f scrollView.Height() = %f\n", m_dataRect.Height(), height));
159 if (height > m_dataRect.Height()) {
167 m_vScroll->SetProportion(height / m_dataRect.Height());
/haiku-fatelf/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp42 (int) bitmap->Bounds().Height() + 1,
48 (int32) bitmap->Bounds().Height(),
/haiku-fatelf/src/servers/app/drawing/
H A DBitmapBuffer.cpp69 // Height
71 BitmapBuffer::Height() const function in class:BitmapBuffer
74 return fBitmap->Height();
H A DBBitmapBuffer.h21 virtual uint32 Height() const;
H A DBitmapBuffer.h21 virtual uint32 Height() const;
H A DMallocBuffer.h22 virtual uint32 Height() const;
/haiku-fatelf/src/kits/screensaver/
H A DBuildScreenSaverDefaultSettingsView.cpp29 rect.OffsetBy(0, stringView->Bounds().Height() + 4);
/haiku-fatelf/src/preferences/joysticks/
H A DMessageWin.cpp42 ResizeTo(parentFrame.Width(), floor(parentFrame.Height() / 3));
43 MoveBy(0, floor(parentFrame.Height() / 2 - (parentFrame.Height()/3) / 2 ));
/haiku-fatelf/src/preferences/screensaver/
H A DUtility.h11 return BPoint(area.Width() * x + area.left, area.Height() * y + area.top);
18 return BRect(area.Width() * x1 + area.left, area.Height() * y1 + area.top,
19 area.Width()* x2 + area.left, area.Height() * y2 + area.top);
/haiku-fatelf/src/preferences/printers/
H A DPrintersWindow.cpp295 r.Width() - boxInset, (r.Height()/2) - (boxInset/2)),
346 addButton->ResizeTo(maxWidth, addButton->Bounds().Height());
349 boxInset + addButton->Bounds().Height() + boxInset + 8);
350 fRemove->ResizeTo(maxWidth, fRemove->Bounds().Height());
352 fMakeDefault->MoveTo(xPos, boxInset + addButton->Bounds().Height() +
353 boxInset + fRemove->Bounds().Height() + boxInset + 8);
354 fMakeDefault->ResizeTo(maxWidth, fMakeDefault->Bounds().Height());
356 fPrintTestPage->MoveTo(xPos, boxInset + addButton->Bounds().Height() +
357 boxInset + fRemove->Bounds().Height() +
358 boxInset + fMakeDefault->Bounds().Height()
[all...]
/haiku-fatelf/src/servers/mail/
H A DErrorLogWindow.cpp39 ChildAt(i)->ResizeTo(w,ChildAt(i)->Frame().Height());
41 add_next_at += ChildAt(i)->Bounds().Height();
89 panel->add_next_at += newError->Bounds().Height();
93 if (panel->add_next_at > Frame().Height()) {
96 bar->SetRange(0, panel->add_next_at - Frame().Height());
97 bar->SetSteps(1, Frame().Height());
98 bar->SetProportion(Frame().Height() / panel->add_next_at);
140 bar->SetRange(0, panel->add_next_at - Frame().Height());
141 bar->SetSteps(1, Frame().Height());
142 bar->SetProportion(Frame().Height() / pane
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DBarMenuBar.cpp69 fDeskbarMenuItem = new TBarMenuTitle(frame.Width(), frame.Height(),
86 height = frame.Height();
121 SmartResize(frame.Width() - 1.0f, frame.Height());
123 SmartResize(frame.Width(), frame.Height());
158 frame.Height() - 2, false);
164 SmartResize(frame.Width() - 1.0f, frame.Height());
166 SmartResize(frame.Width(), frame.Height());

Completed in 118 milliseconds

1234567891011>>