Searched refs:foregroundSrc_ (Results 1 – 5 of 5) sorted by relevance
80 rating.foregroundSrc_.first = val; in SetSpecializedStyle()81 rating.foregroundSrc_.second = true; in SetSpecializedStyle()168 if (foregroundSrc_.second) { in PrepareSpecializedComponent()169 ratingChild_->SetForegroundSrc(foregroundSrc_.first); in PrepareSpecializedComponent()
53 std::pair<std::string, bool> foregroundSrc_ { "", false };
115 return foregroundSrc_; in GetForegroundSrc()120 foregroundSrc_ = foregroundSrc; in SetForegroundSrc()294 std::string foregroundSrc_; variable
43 foregroundSrc_ = rating->GetForegroundSrc(); in Update()70 …UpdateRenderImage(foregroundImage, ImageFit::FILL, foregroundSrc_, renderForeground_, starColorAct… in Update()507 bool existEmptySrc = foregroundSrc_.empty() || secondarySrc_.empty() || backgroundSrc_.empty(); in ProcessAttributes()508 bool isAllSrcEmpty = foregroundSrc_.empty() && secondarySrc_.empty() && backgroundSrc_.empty(); in ProcessAttributes()510 foregroundSrc_.clear(); in ProcessAttributes()
189 std::string foregroundSrc_; variable