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

1234567891011>>

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DRenderingBuffer.h22 virtual uint32 Height() const = 0;
25 { return Height() * BytesPerRow(); }
30 Height() - 1); }
/haiku/src/servers/app/
H A DRenderingBuffer.h24 virtual uint32 Height() const = 0;
27 { return Height() * BytesPerRow(); }
31 Height() - 1); }
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp12 font.SetSize(Bounds().Height()/10);
13 font.SetShear(Bounds().Height()/10);
16 DrawString("Haiku", 8, BPoint(Bounds().Width()/2,Bounds().Height()/2));
/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp65 if (image.Height() > (frame.Height() - 100.0f))
66 image.bottom = frame.Height() - 100.f;
68 ResizeTo(image.Width(), image.Height());
104 ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height());
109 (frame.Height() - Bounds().Height()) / 2.0f);
/haiku/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.cpp56 e.pView->ResizeTo(e.frame.Width(), e.frame.Height());
/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);
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/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/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/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp41 if (bitmapBounds.Width() <= 0.0f || bitmapBounds.Height() <= 0.0f)
48 float vScale = bounds.Height() / bitmapBounds.Height();
54 float height = bitmapBounds.Height() * scale;
77 + (bounds.Height() - height) / 2.0f);
97 size.height = bounds.Height();
H A DScrollableGroupView.cpp40 float layoutHeight = layoutArea.Height();
50 float viewHeight = Bounds().Height();
/haiku/src/servers/app/drawing/
H A DBitmapBuffer.cpp69 // Height
71 BitmapBuffer::Height() const function in class:BitmapBuffer
74 return fBitmap->Height();
H A DMallocBuffer.h23 virtual uint32 Height() const;
H A DBitmapBuffer.h22 virtual uint32 Height() const;
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp34 if (colorSquare.Width() > colorSquare.Height()) {
40 colorSquare.right = colorSquare.left + colorSquare.Height();
/haiku/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp42 (int) bitmap->Bounds().Height() + 1,
49 (int32) bitmap->Bounds().Height(),
/haiku/src/apps/haikudepot/ui/
H A DGeneralContentScrollView.cpp27 Target()->ResizeTo(innerFrame.Width(), innerFrame.Height());
38 scrollBar->ResizeTo(rect.Width(), rect.Height());
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp62 float viewHeight = view->Bounds().Height();
74 float y = ((viewHeight - (stringRect.Height() * 2 + viewHeight / 10)) / 2)
75 + stringRect.Height();
80 y + stringRect.Height() + viewHeight / 10);
/haiku/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/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/src/servers/mail/
H A DErrorLogWindow.cpp36 ChildAt(i)->ResizeTo(w, ChildAt(i)->Frame().Height());
38 add_next_at += ChildAt(i)->Bounds().Height();
84 panel->add_next_at += newError->Bounds().Height();
88 if (panel->add_next_at > Frame().Height()) {
91 bar->SetRange(0, panel->add_next_at - Frame().Height());
92 bar->SetSteps(1, Frame().Height());
93 bar->SetProportion(Frame().Height() / panel->add_next_at);
133 bar->SetRange(0, panel->add_next_at - Frame().Height());
134 bar->SetSteps(1, Frame().Height());
135 bar->SetProportion(Frame().Height() / pane
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp89 leftLocation.y -= fPopupWindow->Frame().Height() + 1.0;
91 float totalHeight = Bounds().Height() + fPopupWindow->Frame().Height();
103 if (frame.Height() > dest.Height())
104 frame.bottom = frame.top + dest.Height();
123 fPopupWindow->ResizeTo(frame.Width(), frame.Height());
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp60 float height = ceilf(frame.Height() * fScale);
134 *_height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
146 size.height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
159 size.height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp213 (viewBounds.Height() - bitmapBounds.Height()) / 2);
224 viewBounds.Width() + overlap, viewBounds.Height());
229 viewBounds.Width(), viewBounds.Height() + overlap);
244 (viewBounds.Height() - bitmapBounds.Height()) / 2);
261 return rect.Width() / rect.Height();
268 return ((hostRect.Height() / resizedRect.Height() * resizedRect.Width())
276 return ((hostRect.Width() / resizedRect.Width() * resizedRect.Height())
[all...]
/haiku/src/apps/midiplayer/
H A DScopeView.cpp152 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));
171 int32 height = (int32) Bounds().Height();
209 float y = height.ascent + (Bounds().Height() - stringHeight) / 2;

Completed in 133 milliseconds

1234567891011>>