Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp833 WSRectF tbRect; in UpdateTopBottomArea() local
834 tbRect.posX_ = rect.posX_ + horizontalBorderLength; in UpdateTopBottomArea()
835 tbRect.width_ = rect.width_ - horizontalBorderLength * innerAngleCount; in UpdateTopBottomArea()
836 tbRect.height_ = verticalBorderLength; in UpdateTopBottomArea()
838 tbRect.posY_ = rect.posY_; in UpdateTopBottomArea()
840 tbRect.posY_ = rect.posY_ + rect.height_ - verticalBorderLength; in UpdateTopBottomArea()
844 return tbRect; in UpdateTopBottomArea()

Completed in 5 milliseconds