Home
last modified time | relevance | path

Searched refs:GetBackgroundSrc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drating_composed_element.cpp98 jsonStarStyle->Put("backgroundUri", renderRating->GetBackgroundSrc().c_str()); in GetStarStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h171 const std::string& GetBackgroundSrc() const in GetBackgroundSrc() function
H A Drender_scene_viewer.cpp263 bool background_updated = (backgroundSrc_ != svComponent->GetBackgroundSrc());
308 backgroundSrc_ = svComponent->GetBackgroundSrc();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h133 const std::string& GetBackgroundSrc() const in GetBackgroundSrc() function
H A Drender_rating.h96 std::string GetBackgroundSrc() const in GetBackgroundSrc() function
H A Drender_rating.cpp45 backgroundSrc_ = rating->GetBackgroundSrc(); in Update()
48 backgroundSrc1_ = rating->GetBackgroundSrc(); in Update()