/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_abstract_progress_unit_test.cpp | 222 const Image* backgroundImage = new Image(); variable 253 const Image* backgroundImage = new Image(); variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 122 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 D | ui_slider.cpp | 167 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 D | ts-universal-attributes-background.md | 52 ## backgroundImage section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-background.md | 52 ## backgroundImage section
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 766 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 D | rosen_render_box.cpp | 103 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 D | render_property.cpp | 216 std::string backgroundImage = "NONE"; in ToJsonValue() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 76 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_input.cpp | 547 std::string backgroundImage; in CheckPseduo() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_accessibility.cpp | 438 ArkUI_AccessibilityElementInfo* elementInfo, const char* backgroundImage) in OH_ArkUI_AccessibilityElementInfoSetBackgroundImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 130 RefPtr<BackgroundImage> backgroundImage; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 487 std::string backgroundImage; member
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 958 void AccessibilityElementInfo::SetBackgroundImage(const std::string &backgroundImage) in SetBackgroundImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 3055 RefPtr<BackgroundImage> backgroundImage = decoration_->GetImage(); in PaintShadow() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 3493 backgroundImage(src, repeat) { method in ArkComponent 10047 backgroundImage(src, repeat) { method in ArkSpanComponent 25433 backgroundImage(src, repeat) { method in ArkXComponentComponent
|