/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_model_ng.h | 31 void SetImageSrc(const std::string& src);
|
H A D | movingphoto_model_ng.cpp | 58 void MovingPhotoModelNG::SetImageSrc(const std::string& value) in SetImageSrc() function in OHOS::Ace::NG::MovingPhotoModelNG
|
H A D | movingphoto_napi.cpp | 91 NG::MovingPhotoModelNG::GetInstance()->SetImageSrc(imageUriStr); in JsCreate()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_button.h | 177 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 D | ui_button.cpp | 210 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 D | ui_test_app.cpp | 121 backBtn_->SetImageSrc(TEST_BACK_LEFT_ARROW, TEST_BACK_LEFT_ARROW); in InitBackBtn()
|
H A D | test_case_list_adapter.cpp | 179 item->SetImageSrc(TEST_RIGHT_ARROW, TEST_RIGHT_ARROW); in GetView()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_button_component.cpp | 199 button_.SetImageSrc(normalImg, pressedImg); in PostRender()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_button_unit_test.cpp | 72 * @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 D | movingphoto_test_ng.cpp | 136 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 D | ui_test_opacity.cpp | 164 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 D | render_image.h | 68 void SetImageSrc(const std::string& imageSrc) in SetImageSrc() function in OHOS::Ace::RenderImage
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 123 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 D | js_span_object.h | 264 void SetImageSrc(const JSCallbackInfo& info) {} in SetImageSrc() function in OHOS::Ace::Framework::JSImageAttachment
|
H A D | js_span_object.cpp | 675 "value", &JSImageAttachment::GetImageSrc, &JSImageAttachment::SetImageSrc); in JSBind()
|
/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 789 button->SetImageSrc(BLUE_IMAGE_PATH, YELLOW_IMAGE_PATH); in UIKitButtonTest001()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 9790 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()
|