Home
last modified time | relevance | path

Searched refs:backgroundSrc_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp75 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()
H A Ddom_rating.h55 std::pair<std::string, bool> backgroundSrc_ { "", false };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h173 return backgroundSrc_; in GetBackgroundSrc()
178 backgroundSrc_ = src; in SetBackgroundSrc()
223 std::string backgroundSrc_; variable
H A Drender_scene_viewer.cpp199 delegate->backgroundSrc_, bg_type);
263 bool background_updated = (backgroundSrc_ != svComponent->GetBackgroundSrc());
308 backgroundSrc_ = svComponent->GetBackgroundSrc();
H A Drender_scene_viewer.h89 std::string backgroundSrc_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h135 return backgroundSrc_; in GetBackgroundSrc()
140 backgroundSrc_ = backgroundSrc; in SetBackgroundSrc()
296 std::string backgroundSrc_; variable
H A Drender_rating.cpp45 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()
H A Drender_rating.h191 std::string backgroundSrc_; variable