Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp292 std::vector<std::string> textShadowValues; in ParseTextShadow() local
293 StringUtils::SplitStr(val, ",", textShadowValues); in ParseTextShadow()
298 for (auto &textShadowValue : textShadowValues) { in ParseTextShadow()