Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp142 auto rhsX = rhs.GetSizeValueX(); in operator +() local
147 size.SetSizeValueX(rhsX + lhsX); in operator +()
156 auto rhsX = rhs.GetSizeValueX(); in operator -() local
165 size.SetSizeValueX(lhsX - rhsX); in operator -()
218 auto rhsX = rhs.GetSizeValueX(); in operator +() local
227 position.SetSizeValueX(lhsX + rhsX); in operator +()
236 auto rhsX = rhs.GetSizeValueX(); in operator -() local
245 position.SetSizeValueX(lhsX - rhsX); in operator -()