Searched refs:Height (Results 451 - 475 of 534) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp312 *height = rect.Height();
/haiku/src/servers/notification/
H A DNotificationWindow.cpp301 float height = Bounds().Height() + 1;
/haiku/src/servers/print/
H A DConfigWindow.cpp495 GetPageFormat(paperRect.Width(), paperRect.Height(), pageFormat);
/haiku/src/kits/interface/
H A DSeparatorView.cpp443 fLabelView->ResizeTo(frame.Width(), frame.Height());
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp94 Add(bitmap.Height());
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp473 const float kButtonWidth = fServerTextControl->Frame().Height();
/haiku/src/kits/media/
H A DMediaExtractor.cpp460 cacheSize = max_c(cacheSize, rowSize * format->Height() * 2);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp669 ResizeTo(windFrame.Width(), windFrame.Height() ); // Fensterposition und Gr����e
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp471 uint32 height = sgiImage->Height();
/haiku/src/libs/print/libprint/
H A DMarginView.cpp109 float totalHeight = frame.Height();
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp471 if (top + lastFrame.Height() > screenBorder.bottom) {
/haiku/src/preferences/sounds/
H A DHWindow.cpp68 ResizeTo(fFrame.Width(), fFrame.Height());
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp500 float height = first->Height() * (rows + 2);
/haiku/src/preferences/appearance/
H A DAPRView.cpp83 BSize(B_SIZE_UNSET, fPicker->Bounds().Height()));
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp539 static float g_LineOfTextHeight; /* Height of text the current font. */
540 static float g_StringViewHeight; /* Height of a string view text box. */
1121 virtual void FrameResized (float Width, float Height);
1222 /* The ascent height for the font used to draw words. Height from the top
1256 /* Height of a line of text in the font used for the word display.
5367 ResizeTo (SubViewPntr->Frame().Width(), SubViewPntr->Frame().Height());
5434 Y = TempRect.Height() / 2;
5437 Y -= TempRect.Height() / 2;
6136 float Height; local
6176 m_CreateDatabaseButtonPntr->GetPreferredSize (&Width, &Height);
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp753 float bottom = Bounds().Height();
902 float bottom = Bounds().Height();
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp1081 && fSettings.WindowFrame().Height() > 0) {
1083 fSettings.WindowFrame().Height());
/haiku/src/servers/app/decorator/
H A DDecorator.cpp878 fResizeRect.Height() - fBorderWidth));
978 return fTitleBarRect.Height();
H A DDefaultWindowBehaviour.cpp686 if (frame.Width() + 1 == 0 || frame.Height() + 1 == 0)
692 / (frame.Height() + 1);
H A DDefaultDecorator.cpp453 BPoint offset1(rect.Width(), rect.Height()),
454 offset2(rect.Width() - 1, rect.Height() - 1);
/haiku/src/kits/shared/
H A DIconButton.cpp125 float y = r.top + floorf((r.Height()
126 - bitmap->Bounds().Height()) / 2.0 + 0.5);
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp798 if (hdr.rowBytes * (hdr.bounds.Height() + 1) > hdr.dataSize)
803 *height = (int) hdr.bounds.Height() + 1;
/haiku/src/apps/terminal/
H A DTermParse.cpp973 bottom = fBuffer->Height();
1260 int maxRepetitions = fBuffer->Width() * fBuffer->Height();
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp767 menuField->Bounds().Height() + 10);
1084 fBitmap->Bounds().Width() + 1, fBitmap->Bounds().Height() + 1,
/haiku/src/servers/app/
H A DServerFont.cpp1124 float scaledHeight = fBounds.Height() * fSize;
1127 (fBounds.Height() - scaledHeight) / 2.f);

Completed in 324 milliseconds

<<11121314151617181920>>