Searched refs:Height (Results 26 - 50 of 534) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp63 b.left = floorf(b.left + (b.Width() / 2.0) - b.Height() / 2.0);
64 b.right = b.left + b.Height();
67 fSwatchView->ResizeTo(b.Width(), b.Height());
H A DIconValueView.cpp46 floorf(b.top + b.Height() / 2.0 - r.Height() / 2.0));
82 SetIcon(p->Icon(), p->Width(), p->Height(), p->Format());
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp15 BRect rect = BRect(0, 0, aRect.Width(), aRect.Height());
31 aRect.Set(0, fMenuBar->Bounds().Height()+1, x, aRect.Height());
/haiku/src/apps/mediaconverter/
H A DMediaEncoderWindow.cpp28 ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.h19 virtual uint32 Height() const;
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp47 rect.top += stringView->Bounds().Height() + 14;
60 Bounds().Height() - doneButton->Bounds().Height() - 8);
75 height = fRefreshSlider->Frame().bottom + button->Bounds().Height() + 20.0f;
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp135 float heightOffset = rintf((frame.Height() - iconRect.Height()) / 2);
140 iconRect.OffsetBy(widthOffset, frame.Height() - iconRect.Height() + 2);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantBuffer.h27 virtual uint32 Height() const;
/haiku/src/system/boot/platform/generic/
H A Dtext_console.cpp32 return gConsoleNode->Height();
/haiku/src/servers/app/drawing/
H A DBBitmapBuffer.h24 virtual uint32 Height() const;
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.h27 uint16 Height() const;
/haiku/src/apps/gradients/
H A DGradientsWindow.cpp45 (BScreen().Frame().Height() - Bounds().Height()) / 2 );
/haiku/src/tests/libs/alm/
H A DBadLayout.cpp64 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
H A DOperatorLayout.cpp49 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
H A DTableDemo.cpp50 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
H A DThreeButtons.cpp51 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
/haiku/src/preferences/input/
H A DKeyboardView.cpp83 - fIconBitmap->Bounds().Height() / 3;
89 - fClockBitmap->Bounds().Height() / 3;
H A DInputDeviceView.cpp76 frame.top + (frame.Height() - InputIcons::sBounds.Height()) / 2.0f);
95 + (frame.Height() - ceilf(fontInfo.ascent + fontInfo.descent))
124 float iconHeight = InputIcons::sBounds.Height() + 1;
125 if ((Height() < iconHeight + kITEM_MARGIN * 2))
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp108 r.top += (frame.Height() / 2.0) - (B_MINI_ICON / 2.0);
118 r.top += (frame.Height() / 2.0) - (m_fontHeight.ascent / 2.0);
156 if (Height() < newHeight) {
213 if (Height() > r.bottom) {
214 r.bottom = Height();
238 r.top += (m_frame.Height() / 2.0) - (B_MINI_ICON / 2.0);
245 r.top += (m_frame.Height() / 2.0) - (m_fontHeight.ascent / 2.0);
/haiku/src/apps/terminal/
H A DSmartTabView.cpp53 ContainerView()->ResizeTo(frame.Width(), frame.Height());
62 fFullScreenButton->ResizeTo(buttonRect.Width(), buttonRect.Height());
138 ContainerView()->Bounds().Height() - fInsets.top - fInsets.bottom);
169 if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
170 < screen.Frame().Height()) {
204 if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
205 < screen.Frame().Height()) {
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp121 } while (bounds.Width() > 400 || bounds.Height() > 400
122 || bounds.Width() < 50 || bounds.Height() < 50);
124 ResizeTo(bounds.Width() + 1, bounds.Height() + 1);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp276 float y_ratio = viewBounds.Height() / mode.virtual_height;
295 (viewBounds.Height() - destinationBitmapBounds.Height())
307 viewBounds.Width() + overlap, viewBounds.Height());
312 viewBounds.Width(), viewBounds.Height() + overlap);
330 (viewBounds.Height() - destinationBitmapBounds.Height()) / 2);
352 return rect.Width() / rect.Height();
359 return ((hostRect.Height() / resizedRect.Height() * resizedRec
[all...]
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp67 offset.y -= fSymbol->Bounds().Height() / 2;
76 offset.y += fSymbol->Bounds().Height();
92 size.height = ceilf(fSymbol->Bounds().Height() * scale);

Completed in 134 milliseconds

1234567891011>>