Searched refs:roundf (Results 26 - 44 of 44) sorted by path

12

/haiku/src/kits/interface/
H A DStatusBar.cpp795 return roundf(barFrame.left - 1
H A DTextView.cpp3954 fTextRect.InsetBy(roundf((fTextRect.Width()
5120 fContainerView->MoveBy(roundf(right / 2), 0);
H A DView.cpp1725 where.x = roundf(where.x);
1726 where.y = roundf(where.y);
4815 MoveTo(fParentOffset.x + roundf(deltaX), fParentOffset.y + roundf(deltaY));
4833 x = roundf(x);
4834 y = roundf(y);
4855 deltaWidth = roundf(deltaWidth);
4856 deltaHeight = roundf(deltaHeight);
5843 frame.left = roundf(frame.left);
5844 frame.top = roundf(fram
[all...]
H A DWindow.cpp1608 zoomArea.InsetBy(0, roundf((zoomArea.Height() - maxZoomHeight) / 2));
1620 zoomArea.InsetBy(roundf((zoomArea.Width() - maxZoomWidth) / 2), 0);
2384 x = roundf(x);
2385 y = roundf(y);
2417 width = roundf(width);
2418 height = roundf(height);
2732 frame.left = roundf(frame.left);
2733 frame.top = roundf(frame.top);
2734 frame.right = roundf(frame.right);
2735 frame.bottom = roundf(fram
[all...]
/haiku/src/kits/tracker/
H A DBitmaps.cpp191 float x = roundf((dest->Bounds().Width() - size) / 2);
192 float y = roundf((dest->Bounds().Height() - size) / 2);
H A DPose.cpp970 + roundf((B_MINI_ICON + poseView->FontHeight()) / 2);
H A DTextWidget.cpp140 + roundf((view->ListElemHeight() + view->FontHeight()) / 2);
166 + roundf((column->Width() - viewWidth) / 2);
186 + roundf((view->ListElemHeight() + view->FontHeight()) / 2);
192 + roundf((view->IconSizeInt() - viewWidth) / 2);
419 scrollView->MoveBy(roundf(right / 2), 0);
H A DTitleView.cpp532 roundf((bounds.top + bounds.bottom) / 2.0));
/haiku/src/preferences/appearance/
H A DColorPreview.cpp155 rect.top = roundf(rect.bottom / 2.0f + 1);
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp128 bounds.top += roundf(Spacing() / 2); // center inside menu field vertically
/haiku/src/servers/app/decorator/
H A DDecorator.cpp873 *minWidth = (int32)roundf(max_c(*minWidth,
877 *minHeight = (int32)roundf(max_c(*minHeight,
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1358 baseLine.x = roundf(baseLine.x);
1359 baseLine.y = roundf(baseLine.y);
1402 baseLine.x = roundf(baseLine.x);
1403 baseLine.y = roundf(baseLine.y);
/haiku/src/servers/input/
H A DInputServer.cpp1672 where.x = roundf(where.x);
1673 where.y = roundf(where.y);
/haiku/src/system/libroot/posix/musl/math/arm64/
H A Droundf.c3 float roundf(float x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dllroundf.c5 return roundf(x);
H A Dlroundf.c5 return roundf(x);
H A Droundf.c12 float roundf(float x) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2361 void roundf() {} function
H A Dlibroot_stubs_legacy.c2343 void roundf() {} function

Completed in 239 milliseconds

12