Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp743 …double max_X = std::max({ leftTop.GetX(), rightTop.GetX(), leftBottom.GetX(), rightBottom.GetX() }… in CalculateRotate() local
748 size.SetWidth(max_X - min_X); in CalculateRotate()