Home
last modified time | relevance | path

Searched defs:SetImage (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
Dui_abstract_progress.cpp122 void UIAbstractProgress::SetImage(const char* foregroundImage, const char* backgroundImage) in SetImage() function in OHOS::UIAbstractProgress
131 void UIAbstractProgress::SetImage(const ImageInfo* foregroundImage, const ImageInfo* backgroundImag… in SetImage() function in OHOS::UIAbstractProgress
Dui_slider.cpp167 void UISlider::SetImage(const ImageInfo* backgroundImage, const ImageInfo* foregroundImage) in SetImage() function in OHOS::UISlider
176 void UISlider::SetImage(const char* backgroundImage, const char* foregroundImage) in SetImage() function in OHOS::UISlider
/foundation/arkui/ace_engine/frameworks/core/components/piece/
Dpiece_component.cpp183 void PieceComponent::SetImage(RefPtr<RowComponent>& row) in SetImage() function in OHOS::Ace::PieceComponent
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_image_base.cpp134 void RSImageBase::SetImage(const std::shared_ptr<Drawing::Image> image) in SetImage() function in OHOS::Rosen::RSImageBase
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Dmaterial_impl.cpp1245 void SetImage(SCENE_NS::IBitmap::Ptr bitmap, BASE_NS::string_view textureSlot) override in SetImage() function in __anon3f4018590111::MaterialImpl
1256 void SetImage(SCENE_NS::IBitmap::Ptr bitmap, size_t index) override in SetImage() function in __anon3f4018590111::MaterialImpl
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_particle.cpp420 void RSRenderParticle::SetImage(const std::shared_ptr<RSImage>& image) in SetImage() function in OHOS::Rosen::RSRenderParticle
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.h1061 void SetImage(const RefPtr<BackgroundImage>& image) function