Home
last modified time | relevance | path

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

/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() function in OHOS::UIAbstractProgress
131 void UIAbstractProgress::SetImage(const ImageInfo* foregroundImage, const ImageInfo* backgroundImag… in SetImage() function in OHOS::UIAbstractProgress
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp183 void PieceComponent::SetImage(RefPtr<RowComponent>& row) in SetImage() function in OHOS::Ace::PieceComponent
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp134 void RSImageBase::SetImage(const std::shared_ptr<Drawing::Image> image) in SetImage() function in OHOS::Rosen::RSImageBase
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp1245 void SetImage(SCENE_NS::IBitmap::Ptr bitmap, BASE_NS::string_view textureSlot) override in SetImage() function in __anon0311910f0110::MaterialImpl
1256 void SetImage(SCENE_NS::IBitmap::Ptr bitmap, size_t index) override in SetImage() function in __anon0311910f0110::MaterialImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp420 void RSRenderParticle::SetImage(const std::shared_ptr<RSImage>& image) in SetImage() function in OHOS::Rosen::RSRenderParticle
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h1061 void SetImage(const RefPtr<BackgroundImage>& image) function