Home
last modified time | relevance | path

Searched refs:SetImageSrc (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h177 void SetImageSrc(const char* defaultImgSrc, const char* triggeredImgSrc);
187 void SetImageSrc(const ImageInfo* defaultImgSrc, const ImageInfo* triggeredImgSrc);
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.h32 void SetImageSrc(const std::string& src);
H A Dmovingphoto_model_ng.cpp61 void MovingPhotoModelNG::SetImageSrc(const std::string& value) in SetImageSrc() function in OHOS::Ace::NG::MovingPhotoModelNG
H A Dmovingphoto_napi.cpp108 NG::MovingPhotoModelNG::GetInstance()->SetImageSrc(imageUriStr); in JsCreate()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp210 void UIButton::SetImageSrc(const char* defaultImgSrc, const char* triggeredImgSrc) in SetImageSrc() function in OHOS::UIButton
219 void UIButton::SetImageSrc(const ImageInfo* defaultImgSrc, const ImageInfo* triggeredImgSrc) in SetImageSrc() function in OHOS::UIButton
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_button_unit_test.cpp82 button_->SetImageSrc(BLUE_RGB888_IMAGE_PATH, BLUE_RGB565_IMAGE_PATH);
354 button_->SetImageSrc(defaultImgSrc, triggeredImgSrc);
/ohos5.0/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_app.cpp121 backBtn_->SetImageSrc(TEST_BACK_LEFT_ARROW, TEST_BACK_LEFT_ARROW); in InitBackBtn()
H A Dtest_case_list_adapter.cpp179 item->SetImageSrc(TEST_RIGHT_ARROW, TEST_RIGHT_ARROW); in GetView()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_button_component.cpp224 button_.SetImageSrc(normalImg, pressedImg); in PostRender()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp164 button->SetImageSrc(BLUE_IMAGE_PATH, YELLOW_IMAGE_PATH); in CreateTestCaseUIButton()
347 button2->SetImageSrc(BLUE_IMAGE_PATH, YELLOW_IMAGE_PATH); in UIKitOpacityTestUIViewGroup001()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp133 MovingPhotoModelNG().SetImageSrc(g_testProperty.imageSrc.value()); in CreateMovingPhotoNode()
183 movingphoto.SetImageSrc(MOVINGPHOTO_IMAGE_SRC);
786 movingphoto.SetImageSrc(MOVINGPHOTO_IMAGE_SRC);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp116 void SetImageSrc(ArkUINodeHandle node, const char* value) in SetImageSrc() function
888 …static const ArkUIImageModifier modifier = { SetImageSrc, SetImageShowSrc, SetCopyOption, ResetCop… in GetImageModifier()
910 SetImageSrc, SetImageShowSrc, SetCopyOption, ResetCopyOption, SetAutoResize, in GetCJUIImageModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h68 void SetImageSrc(const std::string& imageSrc) in SetImageSrc() function
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md30 | void SetImageSrc (const char \*defaultImgSrc, const char \*tri…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.h265 void SetImageSrc(const JSCallbackInfo& info) {} in SetImageSrc() function
H A Djs_span_object.cpp677 "value", &JSImageAttachment::GetImageSrc, &JSImageAttachment::SetImageSrc); in JSBind()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp789 button->SetImageSrc(BLUE_IMAGE_PATH, YELLOW_IMAGE_PATH); in UIKitButtonTest001()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md27 …63010314"><a name="p161963010314"></a><a name="p161963010314"></a>void SetImageSrc (const char *de…
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9830 int32_t SetImageSrc(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetImageSrc() function
9868 return SetImageSrc(node, item); in SetImageSpanSrc()
13141 …static Setter* setters[] = { SetImageSrc, SetObjectFit, SetInterpolation, SetObjectRepeat, SetColo… in SetImageAttribute()