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

/haiku/src/servers/app/
H A DServerFont.cpp1124 float scaledHeight = fBounds.Height() * fSize; local
1127 (fBounds.Height() - scaledHeight) / 2.f);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2171 float scaledHeight = videoHeight; local
2172 float factor = min_c(width / scaledWidth, height / scaledHeight);
2174 int renderHeight = lround(scaledHeight * factor);

Completed in 528 milliseconds