Searched refs:Height (Results 151 - 175 of 534) sorted by relevance

1234567891011>>

/haiku/src/libs/glut/
H A DglutGet.cpp107 return (int)(BScreen().Frame().Height()) + 1;
111 return (int)((BScreen().Frame().Height() + 1) / dots_per_mm);
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp71 float oldIconSize = Height();
76 float iconSize = Height();
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp58 BPoint where = OverPosition(Frame().Width(), Frame().Height());
77 BPoint where = OverPosition(Frame().Width(), Frame().Height());
H A DSelectionWindow.cpp187 mousePosition.y - Frame().Height() / 2);
195 MIN(screen.Frame().bottom - 20 - Frame().Height(), windowPosition.y));
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp112 if (frame.Width() < x || (frame.Height() - 48) < y) {
114 y -= frame.Height() - 48;
/haiku/src/apps/expander/
H A DPasswordAlert.cpp77 point.y = screenFrame.Height() / 2 - Bounds().Height() / 2;
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp70 fScale = MIN(bounds.Width(), bounds.Height()) * 0.1f;
71 fTrans.Set(bounds.Width() * 0.5f, bounds.Height() * 0.5f);
/haiku/src/kits/interface/
H A DPolygon.cpp218 point->y = (point->y - source.top) * destination.Height() / source.Height()
H A DZombieReplicantView.cpp95 bounds.Height() / 2.0f - fh.ascent / 2.0f));
/haiku/src/apps/diskusage/
H A DPieView.cpp107 *_height = max_c(*_height, fIcon->Bounds().Height());
116 yOffset = (height - fIcon->Bounds().Height()) / 2;
374 float by = floorf((b.top + b.Height() - kProgBarHeight) / 2.0);
404 if (pieRect.Width() > pieRect.Height()) {
405 float moveBy = (pieRect.Width() - pieRect.Height()) / 2;
409 float moveBy = (pieRect.Height() - pieRect.Width()) / 2;
442 float cy = floorf(b.top + b.Height() / 2.0 + 0.5);
572 float cy = b.top + b.Height() / 2.0;
/haiku/src/system/boot/platform/next_m68k/
H A Dconsole.cpp34 virtual int32 Height();
102 Console::Height() function in class:Console
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp28 virtual int32 Height();
120 Console::Height() function in class:Console
/haiku/src/apps/login/
H A DLoginApp.cpp67 screen.Frame().Height()/2 - frame.Height()/2);
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp40 double height = (int) Style()->Bitmap()->Bounds().Height() + 1;
213 double height = (int) Style()->Bitmap()->Bounds().Height() + 1;
/haiku/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp34 int32 Height();
100 Console::Height() function in class:Console
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.h50 int Height();
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp68 Bounds().Height());
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp39 (updateRect.Height() - 4) / 2);
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.h46 float Height() const { return fHeight; } function in class:PrintOptions
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp52 fBitmap = new BBitmap(BRect(0, 0, frame.Width(), frame.Height()), 0,
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h72 int Height; member in struct:Fractal
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h63 float Height() const;
/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp50 horizontal->MoveBy(0.0, horizontal->Bounds().Height() + 10.0);
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp58 colorRect.right = colorRect.left + floorf(colorRect.Height() * M_PHI);
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp47 offset->y += bitmap->Bounds().Height();

Completed in 241 milliseconds

1234567891011>>