Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp222 const Image* backgroundImage = new Image(); variable
253 const Image* backgroundImage = new Image(); variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A 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()
H A 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()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md52 ## backgroundImage section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md52 ## backgroundImage section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp766 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in SetBackgroundPosition() local
816 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in GetBackgroundPosition() local
829 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in SetBackgroundSize() local
853 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in GetBackgroundSize() local
H A Drosen_render_box.cpp103 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in Update() local
703 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp216 std::string backgroundImage = "NONE"; in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp76 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp547 std::string backgroundImage; in CheckPseduo() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp438 ArkUI_AccessibilityElementInfo* elementInfo, const char* backgroundImage) in OH_ArkUI_AccessibilityElementInfoSetBackgroundImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h130 RefPtr<BackgroundImage> backgroundImage; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h487 std::string backgroundImage; member
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp958 void AccessibilityElementInfo::SetBackgroundImage(const std::string &backgroundImage) in SetBackgroundImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp3055 RefPtr<BackgroundImage> backgroundImage = decoration_->GetImage(); in PaintShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3493 backgroundImage(src, repeat) { method in ArkComponent
10047 backgroundImage(src, repeat) { method in ArkSpanComponent
25433 backgroundImage(src, repeat) { method in ArkXComponentComponent