Home
last modified time | relevance | path

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

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