Searched refs:height (Results 401 - 425 of 838) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/notification/
H A DNotificationWindow.h42 virtual void FrameResized(float width, float height);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dgraphics-output.h73 size_t width, size_t height, size_t delta) EFIAPI;
/haiku/src/apps/fontdemo/
H A DFontDemoView.h27 virtual void FrameResized(float width, float height);
/haiku/src/apps/deskbar/
H A DBarWindow.h59 virtual void FrameResized(float width, float height);
H A DWindowMenuItem.h71 virtual void GetContentSize(float* width, float* height);
/haiku/headers/private/kernel/boot/
H A Dkernel_args.h75 uint16 height; member in struct:kernel_args::__anon2
/haiku/src/kits/tracker/
H A DDialogPane.cpp196 *_height = size.height;
214 size.height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
215 size.height = max_c(size.height, latchSize);
/haiku/src/kits/interface/
H A DTextControl.cpp130 LayoutData(float width, float height) argument
135 previous_height(height),
399 BTextControl::FrameResized(float width, float height) argument
403 BControl::FrameResized(width, height);
424 // changes in height
450 TRACE("width: %.2f, height: %.2f\n", bounds.Width(), bounds.Height());
734 *_height = fLayoutData->min.height;
888 if (size.height < fLayoutData->min.height)
889 size.height
[all...]
H A DTextInput.h34 virtual void FrameResized(float width, float height);
H A DCheckBox.cpp35 // Resize to minimum height if needed
301 *_height = fPreferredSize.height;
522 float height = rect.bottom + rect.top; local
528 height = std::max(height, icon->Bounds().Height());
534 height = std::max(height,
538 fPreferredSize.Set(width, height);
/haiku/src/apps/processcontroller/
H A DProcessController.h23 ProcessController(float width, float height);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h62 int32 height);
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp198 size_t width, height; local
203 if (ConOut->QueryMode(ConOut, mode, &width, &height) == EFI_SUCCESS) {
204 if (width * height > area) {
206 sConsole.fScreenHeight = height;
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.h65 void FrameResized(float width, float height);
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp75 InfoWindow::FrameResized(float width, float height) argument
H A DActiveTranslatorsWindow.cpp93 ActiveTranslatorsWindow::FrameResized(float width, float height) argument
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.h78 uint32_t height; member in struct:RamFbCfg
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h22 uint16 height; member in struct:vesa_mode
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp141 BookmarkBar::FrameResized(float width, float height) argument
201 BMenuBar::FrameResized(width, height);
214 if (size.height < 20)
215 size.height = 20;
/haiku/src/preferences/screen/
H A DScreenMode.h22 int32 width; // these reflect the corrected width/height,
23 int32 height; // taking the combine mode into account member in struct:screen_mode
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.h46 virtual void FrameResized(float width, float height);
/haiku/src/kits/shared/
H A DBarberPole.cpp251 BarberPole::FrameResized(float width, float height) argument
263 stripePoints[2].Set(fStripeWidth, height); // bottom right
264 stripePoints[3].Set(0.0, height); // bottom left
295 if (result.height < 5)
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dviogpu.h166 __le32 height; member in struct:virtio_gpu_rect
182 __le32 height; member in struct:virtio_gpu_resource_create_2d
268 __le32 height; member in struct:virtio_gpu_resource_create_3d
416 __le32 height; member in struct:virtio_gpu_set_scanout_blob
/haiku/src/libs/alm/
H A DArea.cpp371 fLeftTopInset.height = top;
393 fRightBottomInset.height = bottom;
430 * Sets the height of the area to be the same as the height of the given area
433 * @param area the area that should have the same height
434 * @return the same-height constraint
601 float height = 0.; local
604 if (min.height > 0)
605 height = min.Height() + TopInset() + BottomInset();
608 fMinContentHeight->SetRightSide(height);
[all...]
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp211 sizeField = &BSize::height;
215 otherSizeField = &BSize::height;
258 sizeField = &BSize::height;
268 otherSizeField = &BSize::height;
354 int32 height = fFrame.IntegerHeight() + 1; local
388 _FilterLegends(height, fVerticalSpacing, &BSize::height);

Completed in 95 milliseconds

<<11121314151617181920>>