Searched refs:ConvertStrToTransformOrigin (Results 1 – 2 of 2) sorted by relevance
569 inline std::pair<bool, Dimension> ConvertStrToTransformOrigin(const std::string& str, Axis axis) in ConvertStrToTransformOrigin() function
1476 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()