Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp85 rating.secondarySrc_.first = val; in SetSpecializedStyle()
86 rating.secondarySrc_.second = true; in SetSpecializedStyle()
171 if (secondarySrc_.second) { in PrepareSpecializedComponent()
172 ratingChild_->SetSecondarySrc(secondarySrc_.first); in PrepareSpecializedComponent()
H A Ddom_rating.h54 std::pair<std::string, bool> secondarySrc_ { "", false };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h125 return secondarySrc_; in GetSecondarySrc()
130 secondarySrc_ = secondarySrc; in SetSecondarySrc()
295 std::string secondarySrc_; variable
H A Drender_rating.cpp44 secondarySrc_ = rating->GetSecondarySrc(); in Update()
74 …UpdateRenderImage(secondaryImage, ImageFit::FILL, secondarySrc_, renderSecondary_, starColorInacti… in Update()
507 bool existEmptySrc = foregroundSrc_.empty() || secondarySrc_.empty() || backgroundSrc_.empty(); in ProcessAttributes()
508 bool isAllSrcEmpty = foregroundSrc_.empty() && secondarySrc_.empty() && backgroundSrc_.empty(); in ProcessAttributes()
511 secondarySrc_.clear(); in ProcessAttributes()
H A Drender_rating.h190 std::string secondarySrc_; variable