Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1048 double newMaxWidthFloat = static_cast<double>(newLimits.maxHeight_) * maxRatio; in CalculateNewLimitsByRatio() local
1049 uint32_t newMaxWidth = (newMaxWidthFloat > static_cast<double>(UINT32_MAX)) ? UINT32_MAX : in CalculateNewLimitsByRatio()
1050 std::round(newMaxWidthFloat); in CalculateNewLimitsByRatio()

Completed in 7 milliseconds