| /foundation/arkui/ui_lite/test/unittest/components/ |
| D | ui_abstract_progress_unit_test.cpp | 222 const Image* backgroundImage = new Image(); variable 253 const Image* backgroundImage = new Image(); variable
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| 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()
|
| 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()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_property.cpp | 157 std::string backgroundImage = "NONE"; in ToJsonValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| D | render_box.cpp | 788 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
|
| D | rosen_render_box.cpp | 116 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/ |
| D | ArkSpan.ts | 293 backgroundImage(src: ResourceStr, repeat?: ImageRepeat): this { method in ArkSpanComponent
|
| D | ArkXComponent.ts | 96 backgroundImage(src: ResourceStr, repeat?: ImageRepeat): this { method in ArkXComponentComponent
|
| D | ArkComponent.ts | 2621 backgroundImage(src: ResourceStr, repeat?: ImageRepeat): this { method in ArkComponent
|
| /foundation/arkui/ace_engine/frameworks/core/components/rating/ |
| D | render_rating.cpp | 83 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_input.cpp | 548 std::string backgroundImage; in CheckPseduo() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
| D | rating_test_ng.cpp | 299 …const ImageSourceInfo backgroundImage = ratingPattern->GetImageSourceInfoFromTheme(RATING_BACKGROU… variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
| D | style.h | 130 RefPtr<BackgroundImage> backgroundImage; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| D | rosen_decoration_painter.cpp | 3063 RefPtr<BackgroundImage> backgroundImage = decoration_->GetImage(); in PaintShadow() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | arkComponent.js | 2562 backgroundImage(src, repeat) { method in ArkComponent 6096 backgroundImage(src, repeat) { method in ArkSpanComponent 15904 backgroundImage(src, repeat) { method in ArkXComponentComponent
|