Searched refs:Height (Results 176 - 200 of 534) sorted by relevance

1234567891011>>

/haiku/src/preferences/printers/
H A DTestPageView.cpp166 if (size > rect.Height())
167 size = rect.Height();
170 BPoint center(rect.Width() / 2, rect.Height() / 2);
318 float height = Bounds().Height();
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h85 float Height();
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h62 - fYScrollRange / fPadRect.Height(); }
/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp48 fProgressBar->SetBarHeight(kStatusBarSize.Height());
H A DScreenshotWindow.cpp297 ScreenshotCoordinate(info->Code(), info->Width(), info->Height()),
326 float h = (float) info->Height();
329 if (h > size.Height())
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp58 colorRect.right = colorRect.left + floorf(colorRect.Height() * M_PHI);
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.cpp112 wndpt.y -= rect.Height() / 2;
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h113 uint16 Height() const function in class:SGIImage
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.cpp62 // Height
64 DWindowBuffer::Height() const function in class:DWindowBuffer
/haiku/src/kits/shared/
H A DColorItem.cpp59 colorRect.right = colorRect.left + floorf(colorRect.Height() * M_PHI);
H A DCalendarView.cpp352 frame.top += frame.Height() / 7 - 1.0;
648 frame.top += frame.Height() / 7 - 1.0;
1003 frame.OffsetBy(0.0, frame.Height());
1043 frame.OffsetBy(0.0, frame.Height());
1063 frame.bottom = frame.Height() / 7.0 - 2.0;
1090 frame.bottom = frame.Height() / rows - 1.0;
1094 offsetY += frame.Height();
1100 frame.OffsetBy(0.0, frame.Height());
1149 float offsetV = frame.Height() / 2.0 + FontHeight(owner) / 2.0 - 2.0;
1203 frame.OffsetBy(0.0, frame.Height());
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp29 BSize size(frame.Width(), frame.Height());
/haiku/src/kits/interface/
H A DLayoutUtils.cpp171 if (maxSize.height < frame.Height()
173 frame.top += (int)((frame.Height() - maxSize.height)
203 frame.bottom = frame.top + std::max(frame.Height(), minHeight);
220 rect.top += (int)(((rect.Height() - size.height))
H A DAbstractSpinner.cpp431 float halfHeight = floorf(rect.Height() / 2);
1036 if (bounds.Height() > fLayoutData->previous_height) {
1046 } else if (bounds.Height() < fLayoutData->previous_height) {
1058 fLayoutData->previous_height = bounds.Height();
1450 + roundf((rect.Height() + 1.0f - fontHeight.ascent
1501 fLayoutData = new LayoutData(rect.Width(), rect.Height());
1505 rect.right -= rect.Height() * 2 + kFrameMargin * 2 + 1.0f;
1514 rect.right = rect.left + rect.Height() - kFrameMargin * 2;
1520 rect.right = rect.left + rect.Height() - kFrameMargin * 2;
1542 rect.right -= rect.Height() *
[all...]
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp240 float size = std::min(rect.Width(), rect.Height());
243 if (frame.Width() > rect.Height()) {
246 rect.OffsetBy(0.0f, (frame.Height() - size) / 2.0f);
349 float tabHeight = ceilf(batteryRect.Height() * 1.4f);
/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp93 bounds.left = bounds.right - 4 - bounds.Height();
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp111 bounds.bottom -= dropRateSlider->Bounds().Height() * 1.5;
121 bounds.bottom -= leafSizeSlider->Bounds().Height() * 1.5;
131 bounds.bottom -= sizeVariationSlider->Bounds().Height() * 1.5;
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp93 float height = r.Height();
120 r.top + r.Height() / 2.0 - 50.0);
243 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp36 view->FillEllipse(rect.InsetByCopy(rect.Width()/4, rect.Height()/4));
51 s.ArcTo(rect.Width()/4, rect.Height()/4, 0, false, true, rect.RightTop());
264 scroll->ResizeTo(bounds.Width(), bounds.Height());
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp173 ResizeTo(frame.Width(), frame.Height());
228 float height = frame.Height();
231 center.y = screenFrame.top + screenFrame.Height() / 4.0;
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp175 float height = PageRect().Height();
180 y = height - frame.Height();
195 bigStep = frame.Height() - 2;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp90 iconFrame.top + fMiniIcon.Bounds().Height() + 1);
110 frame.top + ((frame.Height()
136 if (Height() < MinimalHeight())
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp233 Fractal->Height = bounds.IntegerHeight() / 2 + 1;
236 Fractal->Height = bounds.IntegerHeight() + 1;
241 Fractal->Ly = (Fractal->Height - 1) / 2;
242 Fractal->Col = NRAND(Fractal->Width * Fractal->Height - 1) + 1;
248 Fractal->Width - 1, Fractal->Height - 1), 0, B_RGB32);
251 Fractal->Width - 1, Fractal->Height - 1), 0, B_GRAY8);
428 int32 minY = F->Height;
440 && p.y >= 0 && p.y < F->Height) {
465 && p.y >= 0 && p.y < F->Height) {
482 && p.y >= 0 && p.y < F->Height) {
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp242 BRect destRect(0, 0, fBitmap->Bounds().Width(), fBitmap->Bounds().Height()),
248 if (destRect.Height() < vwBounds.Height()) {
249 destRect.OffsetBy(0, (vwBounds.Height() - destRect.Height()) / 2);
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp108 f.bottom = f.top + f.Height() / 3 - 3;
131 f.bottom = f.top + f.Height() / 3 - 3;
133 f.OffsetBy(0, f.Height() + 6);
153 f.bottom = f.top + f.Height() / 3 - 3;
155 f.OffsetBy(0, 2 * f.Height() + 12);

Completed in 163 milliseconds

1234567891011>>