Home
last modified time | relevance | path

Searched defs:backgroundImage (Results 1 – 15 of 15) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
Dui_abstract_progress_unit_test.cpp222 const Image* backgroundImage = new Image(); variable
253 const Image* backgroundImage = new Image(); variable
/foundation/arkui/ui_lite/frameworks/components/
Dui_abstract_progress.cpp122 void UIAbstractProgress::SetImage(const char* foregroundImage, const char* backgroundImage) in SetImage()
131 …id UIAbstractProgress::SetImage(const ImageInfo* foregroundImage, const ImageInfo* backgroundImage) in SetImage()
Dui_slider.cpp167 void UISlider::SetImage(const ImageInfo* backgroundImage, const ImageInfo* foregroundImage) in SetImage()
176 void UISlider::SetImage(const char* backgroundImage, const char* foregroundImage) in SetImage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_property.cpp157 std::string backgroundImage = "NONE"; in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
Drender_box.cpp788 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in SetBackgroundPosition() local
838 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in GetBackgroundPosition() local
851 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in SetBackgroundSize() local
875 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in GetBackgroundSize() local
Drosen_render_box.cpp116 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in Update() local
717 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSpan.ts293 backgroundImage(src: ResourceStr, repeat?: ImageRepeat): this { method in ArkSpanComponent
DArkXComponent.ts96 backgroundImage(src: ResourceStr, repeat?: ImageRepeat): this { method in ArkXComponentComponent
DArkComponent.ts2621 backgroundImage(src: ResourceStr, repeat?: ImageRepeat): this { method in ArkComponent
/foundation/arkui/ace_engine/frameworks/core/components/rating/
Drender_rating.cpp83 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_input.cpp548 std::string backgroundImage; in CheckPseduo() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
Drating_test_ng.cpp299 …const ImageSourceInfo backgroundImage = ratingPattern->GetImageSourceInfoFromTheme(RATING_BACKGROU… variable
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Dstyle.h130 RefPtr<BackgroundImage> backgroundImage; member
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_decoration_painter.cpp3063 RefPtr<BackgroundImage> backgroundImage = decoration_->GetImage(); in PaintShadow() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js2562 backgroundImage(src, repeat) { method in ArkComponent
6096 backgroundImage(src, repeat) { method in ArkSpanComponent
15904 backgroundImage(src, repeat) { method in ArkXComponentComponent