Searched refs:scaledWidth (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.cpp1123 float scaledWidth = fBounds.Width() * fSize; local
1126 fBounds.InsetBy((fBounds.Width() - scaledWidth) / 2.f,
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2170 float scaledWidth = videoWidth; local
2172 float factor = min_c(width / scaledWidth, height / scaledHeight);
2173 int renderWidth = lround(scaledWidth * factor);

Completed in 69 milliseconds