Searched refs:textShadows_ (Results 1 – 3 of 3) sorted by relevance
37 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()
621 return textShadows_; in GetTextShadows()626 textShadows_ = textShadows; in SetTextShadows()631 textShadows_.emplace_back(shadow); in SetShadow()774 std::vector<Shadow> textShadows_; variable
126 std::vector<TestingTextShadow> textShadows_; variable