Home
last modified time | relevance | path

Searched refs:SetImageSrc (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.h31 void SetImageSrc(const std::string& src);
H A Dmovingphoto_model_ng.cpp58 void MovingPhotoModelNG::SetImageSrc(const std::string& value) in SetImageSrc() function in OHOS::Ace::NG::MovingPhotoModelNG
H A Dmovingphoto_napi.cpp91 NG::MovingPhotoModelNG::GetInstance()->SetImageSrc(imageUriStr); in JsCreate()
/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);
/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
/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()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_button_component.cpp199 button_.SetImageSrc(normalImg, pressedImg); in PostRender()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_button_unit_test.cpp72 * @tc.desc: Verify SetImageSrc function.
82 button_->SetImageSrc(BLUE_RGB888_IMAGE_PATH, BLUE_RGB565_IMAGE_PATH); in HWTEST_F()
344 * @tc.desc: Verify SetImageSrc function.
354 button_->SetImageSrc(defaultImgSrc, triggeredImgSrc); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp136 MovingPhotoModelNG().SetImageSrc(g_testProperty.imageSrc.value()); in CreateMovingPhotoNode()
186 movingphoto.SetImageSrc(MOVINGPHOTO_IMAGE_SRC); in HWTEST_F()
789 movingphoto.SetImageSrc(MOVINGPHOTO_IMAGE_SRC); in HWTEST_F()
/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()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h68 void SetImageSrc(const std::string& imageSrc) in SetImageSrc() function in OHOS::Ace::RenderImage
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp123 void SetImageSrc(ArkUINodeHandle node, const char* value) in SetImageSrc() function in OHOS::Ace::NG::__anon2878::ResourceType
925 static const ArkUIImageModifier modifier = { SetImageSrc, SetImageShowSrc, SetImageResource, SetCopyOption, in GetImageModifier()
947 SetImageSrc, SetImageShowSrc, SetCopyOption, ResetCopyOption, SetAutoResize, in GetCJUIImageModifier()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.h264 void SetImageSrc(const JSCallbackInfo& info) {} in SetImageSrc() function in OHOS::Ace::Framework::JSImageAttachment
H A Djs_span_object.cpp675 "value", &JSImageAttachment::GetImageSrc, &JSImageAttachment::SetImageSrc); in JSBind()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp789 button->SetImageSrc(BLUE_IMAGE_PATH, YELLOW_IMAGE_PATH); in UIKitButtonTest001()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9790 int32_t SetImageSrc(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetImageSrc() function
9828 return SetImageSrc(node, item); in SetImageSpanSrc()
13099 static Setter* setters[] = { SetImageSrc, SetObjectFit, SetInterpolation, SetObjectRepeat, SetColorFilter, in SetImageAttribute()

Completed in 44 milliseconds