Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp830 const float horizontalBorderLength = outsideBorder + innerAngle; in UpdateTopBottomArea() local
834 tbRect.posX_ = rect.posX_ + horizontalBorderLength; in UpdateTopBottomArea()
835 tbRect.width_ = rect.width_ - horizontalBorderLength * innerAngleCount; in UpdateTopBottomArea()
853 const float horizontalBorderLength = outsideBorder + innerBorder; in UpdateLeftRightArea() local
857 lrRect.width_ = horizontalBorderLength; in UpdateLeftRightArea()
862 lrRect.posX_ = rect.posX_ + rect.width_ - horizontalBorderLength; in UpdateLeftRightArea()

Completed in 6 milliseconds