Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp834 const float verticalBorderLength = outsideBorder + innerBorder; in UpdateTopBottomArea() local
839 tbRect.height_ = verticalBorderLength; in UpdateTopBottomArea()
843 tbRect.posY_ = rect.posY_ + rect.height_ - verticalBorderLength; in UpdateTopBottomArea()
855 const float verticalBorderLength = outsideBorder + innerAngle; in UpdateLeftRightArea() local
859 lrRect.posY_ = rect.posY_ + verticalBorderLength; in UpdateLeftRightArea()
861 lrRect.height_ = rect.height_ - verticalBorderLength * innerAngleCount; in UpdateLeftRightArea()