Searched refs:Height (Results 101 - 125 of 534) sorted by relevance

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp327 box.bottom -= (box.Height() - fontHeight.ascent
386 where.y += (rect.Height() - fMenu->Frame().Height()) / 2;
721 if (bounds.Height() > fDataRect.Height()) {
726 scroller->SetRange(0.0f, fDataRect.Height() - bounds.Height() - 1.0f);
727 scroller->SetProportion(bounds.Height () / fDataRect.Height());
729 Bounds().Height()
[all...]
/haiku/src/kits/interface/
H A DMenuWindow.cpp186 ResizeTo(Window()->Bounds().Width(), Window()->Bounds().Height());
302 float newLimit = fMenu->Bounds().Height()
303 - (frame.Height() - 2 * kScrollerHeight);
331 fMenuFrame->ResizeTo(frame.Width(), frame.Height() - 2 * kScrollerHeight);
359 fMenuFrame->ResizeTo(frame.Width(), frame.Height());
379 *_largeStep = fMenuFrame->Bounds().Height() - fScrollStep;
/haiku/src/libs/alm/
H A DArea.cpp246 *top = fLeftTopInset.Height();
250 *bottom = fRightBottomInset.Height();
275 return fLeftTopInset.Height();
303 return fRightBottomInset.Height();
605 height = min.Height() + TopInset() + BottomInset();
634 if (max.Height() < 20000) {
637 kLE, max.Height(), priority, priority);
639 fMaxContentHeight->SetRightSide(max.Height());
/haiku/src/tests/libs/alm/
H A DViews.cpp90 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp103 cell.bottom = cell.top + (cell.Height() + 1) / 5;
122 cell.OffsetBy(0, cell.Height() + 1);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp42 FrameResized(Bounds().Width(), Bounds().Height());
110 v2 = 1.0 - fMarkerPosition.y / Height();
116 v2 = 1.0 - fMarkerPosition.y / Height();
118 v1 = fMarkerPosition.y / Height();
126 v2 = 1.0 - fMarkerPosition.y / Height();
233 float height = Height();
313 float height = Height();
370 // Height
372 ColorField::Height() const function in class:ColorField
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp81 frame.top + (frame.Height() - Bounds().Height()) / 2);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp147 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
190 ResizeTo(windowRect.Width(), windowRect.Height());
/haiku/src/system/boot/platform/generic/
H A Dvideo_text_console.cpp27 virtual int32 Height();
113 VideoTextConsole::Height() function in class:VideoTextConsole
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp27 virtual int32 Height();
79 VTConsole::Height() function in class:VTConsole
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp155 return BRect(frame.right - 150, frame.top + frame.Height() / 4,
156 frame.right + 200, frame.top + frame.Height() / 4 + 50);
/haiku/headers/os/interface/
H A DListItem.h30 float Height() const;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DRectangle.h64 T Height() const { function in class:Rectangle
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.h52 uint32 Height() const { return fHeight; } function in class:IconProperty
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp59 TextView()->ResizeTo(b.Width(), b.Height());
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp157 if (frame.Height() > screenFrame.Height())
158 frame.bottom -= frame.Height() - screenFrame.Height() + 30.0;
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp112 rect.InsetBy(rect.Height() / 2, 0);
113 rect.left = rect.left + rect.Width() * Position() - rect.Height() / 2;
114 rect.right = rect.left + rect.Height();
266 * BarFrame().Height());
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp49 pt.y = (Bounds().Height() + height.ascent + height.descent)/ 2;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp77 fView->ResizeTo(frame.Width(), frame.Height());
/haiku/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.cpp78 *height = r.Height() + 4; // 2-pixel boundary on top/bottom
H A DViewLayoutFactory.cpp102 topLeft.y = pos.y - frame.Height();
110 topLeft.y = pos.y - frame.Height();
219 curHeight = frame.Height();
238 ? maxHeight : frame.Height();
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.cpp59 // Height
61 DirectWindowBuffer::Height() const function in class:DirectWindowBuffer
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp25 UpdateScrollbar(Bounds().Height());
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantBuffer.cpp103 AccelerantBuffer::Height() const function in class:AccelerantBuffer
/haiku/src/add-ons/screen_savers/gravity/
H A DGravityView.cpp55 gluPerspective(45.0f, Bounds().Width() / Bounds().Height(), 2.0f, 20000.0f);

Completed in 223 milliseconds

1234567891011>>