Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h569 inline std::pair<bool, Dimension> ConvertStrToTransformOrigin(const std::string& str, Axis axis) in ConvertStrToTransformOrigin() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1476 auto resultX = ConvertStrToTransformOrigin(val, Axis::HORIZONTAL); in SetCurrentStyle()
1480 auto resultY = ConvertStrToTransformOrigin(val, Axis::VERTICAL); in SetCurrentStyle()
1495 auto result = ConvertStrToTransformOrigin(offsets[0], Axis::HORIZONTAL); in SetCurrentStyle()
1504 auto result = ConvertStrToTransformOrigin(offsets[1], Axis::VERTICAL); in SetCurrentStyle()