Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp855 WSRectF lrRect; in UpdateLeftRightArea() local
856 lrRect.posY_ = rect.posY_ + verticalBorderLength; in UpdateLeftRightArea()
857 lrRect.width_ = horizontalBorderLength; in UpdateLeftRightArea()
858 lrRect.height_ = rect.height_ - verticalBorderLength * innerAngleCount; in UpdateLeftRightArea()
860 lrRect.posX_ = rect.posX_; in UpdateLeftRightArea()
862 lrRect.posX_ = rect.posX_ + rect.width_ - horizontalBorderLength; in UpdateLeftRightArea()
866 return lrRect; in UpdateLeftRightArea()

Completed in 6 milliseconds