Home
last modified time | relevance | path

Searched defs:maxRatio (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h572 float maxRatio = static_cast<float>(maxWidth) / static_cast<float>(minHeight); in IsAspectRatioSatisfiedWithSizeLimits() local
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp296 float maxRatio = static_cast<float>(newLimits.maxWidth_) / static_cast<float>(newLimits.minHeight_); in CheckAspectRatioBySizeLimits() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2981 float maxRatio = std::max(std::max(topRatio, bottomRatio), std::max(leftRatio, rightRatio)); in NormalizeBorderRadius() local
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1030 double maxRatio = FLT_MAX; in CalculateNewLimitsByRatio() local

Completed in 16 milliseconds