Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp37 textDecoration_ == rhs.textDecoration_ && textShadows_ == rhs.textShadows_ && in operator ==()
44 textShadows_== rhs.textShadows_; in operator ==()
84 …std::for_each(textShadows_.begin(), textShadows_.end(), [](Shadow& sd) { sd.UpdateColorByResourceI… in UpdateColorByResourceId()
H A Dtext_style.h621 return textShadows_; in GetTextShadows()
626 textShadows_ = textShadows; in SetTextShadows()
631 textShadows_.emplace_back(shadow); in SetShadow()
774 std::vector<Shadow> textShadows_; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h126 std::vector<TestingTextShadow> textShadows_; variable