/ohos5.0/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);
|
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_model_ng.h | 32 void SetImageSrc(const std::string& src);
|
H A D | movingphoto_model_ng.cpp | 61 void MovingPhotoModelNG::SetImageSrc(const std::string& value) in SetImageSrc() function in OHOS::Ace::NG::MovingPhotoModelNG
|
H A D | movingphoto_napi.cpp | 108 NG::MovingPhotoModelNG::GetInstance()->SetImageSrc(imageUriStr); in JsCreate()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_button_unit_test.cpp | 82 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 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()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_button_component.cpp | 224 button_.SetImageSrc(normalImg, pressedImg); in PostRender()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/ |
H A D | movingphoto_test_ng.cpp | 133 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 D | node_image_modifier.cpp | 116 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 D | render_image.h | 68 void SetImageSrc(const std::string& imageSrc) in SetImageSrc() function
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-common-guide.md | 30 | void SetImageSrc (const char \*defaultImgSrc, const char \*tri…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.h | 265 void SetImageSrc(const JSCallbackInfo& info) {} in SetImageSrc() function
|
H A D | js_span_object.cpp | 677 "value", &JSImageAttachment::GetImageSrc, &JSImageAttachment::SetImageSrc); in JSBind()
|
/ohos5.0/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()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-common-guide.md | 27 …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 D | style_modifier.cpp | 9830 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()
|