Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp253 … specializedStyle.textStyle.SetTextVerticalAlign(ConvertStrToTextVerticalAlign(val)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h274 inline VerticalAlign ConvertStrToTextVerticalAlign(const std::string& align) in ConvertStrToTextVerticalAlign() function