Searched refs:backgroundSrc_ (Results 1 – 8 of 8) sorted by relevance
75 rating.backgroundSrc_.first = val; in SetSpecializedStyle()76 rating.backgroundSrc_.second = true; in SetSpecializedStyle()165 if (backgroundSrc_.second) { in PrepareSpecializedComponent()166 ratingChild_->SetBackgroundSrc(backgroundSrc_.first); in PrepareSpecializedComponent()
55 std::pair<std::string, bool> backgroundSrc_ { "", false };
173 return backgroundSrc_; in GetBackgroundSrc()178 backgroundSrc_ = src; in SetBackgroundSrc()223 std::string backgroundSrc_; variable
199 delegate->backgroundSrc_, bg_type);263 bool background_updated = (backgroundSrc_ != svComponent->GetBackgroundSrc());308 backgroundSrc_ = svComponent->GetBackgroundSrc();
89 std::string backgroundSrc_; variable
135 return backgroundSrc_; in GetBackgroundSrc()140 backgroundSrc_ = backgroundSrc; in SetBackgroundSrc()296 std::string backgroundSrc_; variable
45 backgroundSrc_ = rating->GetBackgroundSrc(); in Update()78 …UpdateRenderImage(backgroundImage, ImageFit::FILL, backgroundSrc_, renderBackground_, starColorIna… in Update()507 bool existEmptySrc = foregroundSrc_.empty() || secondarySrc_.empty() || backgroundSrc_.empty(); in ProcessAttributes()508 bool isAllSrcEmpty = foregroundSrc_.empty() && secondarySrc_.empty() && backgroundSrc_.empty(); in ProcessAttributes()512 backgroundSrc_.clear(); in ProcessAttributes()
191 std::string backgroundSrc_; variable