Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp80 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()
H A Ddom_rating.h53 std::pair<std::string, bool> foregroundSrc_ { "", false };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h115 return foregroundSrc_; in GetForegroundSrc()
120 foregroundSrc_ = foregroundSrc; in SetForegroundSrc()
294 std::string foregroundSrc_; variable
H A Drender_rating.cpp43 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()
H A Drender_rating.h189 std::string foregroundSrc_; variable