Home
last modified time | relevance | path

Searched defs:backgroundImage (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp222 const Image* backgroundImage = new Image(); in HWTEST_F() local
253 const Image* backgroundImage = new Image(); in HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp122 void UIAbstractProgress::SetImage(const char* foregroundImage, const char* backgroundImage) in SetImage() argument
131 void UIAbstractProgress::SetImage(const ImageInfo* foregroundImage, const ImageInfo* backgroundImage) in SetImage() argument
H A Dui_slider.cpp167 void UISlider::SetImage(const ImageInfo* backgroundImage, const ImageInfo* foregroundImage) in SetImage() argument
176 void UISlider::SetImage(const char* backgroundImage, const char* foregroundImage) in SetImage() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp222 std::string backgroundImage = "NONE"; in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp76 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp547 std::string backgroundImage; in CheckPseduo() local
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp437 OH_ArkUI_AccessibilityElementInfoSetBackgroundImage( ArkUI_AccessibilityElementInfo* elementInfo, const char* backgroundImage) OH_ArkUI_AccessibilityElementInfoSetBackgroundImage() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h130 RefPtr<BackgroundImage> backgroundImage; member
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h486 std::string backgroundImage; member
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp103 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); in Update() local
703 RefPtr<BackgroundImage> backgroundImage = backDecoration_->GetImage(); local
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(); GetBackgroundSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp3055 RefPtr<BackgroundImage> backgroundImage = decoration_->GetImage(); in PaintShadow() local
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp948 void AccessibilityElementInfo::SetBackgroundImage(const std::string &backgroundImage) in SetBackgroundImage() argument

Completed in 20 milliseconds