/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.1/ |
H A D | changelogs-arkui.md | 97 ## cl.arkui.3 Image组件autoResize interpolation属性默认行为变更 105 应用侧需要设置autoResize为false、 interpolation设置为LOW来解决图片锯齿问题 111 变更前,Image组件的autoResize默认值为true, interpolation为None。 113 变更后,Image组件的autoResize默认值为false, interpolation为LOW,该修改会提升图片显示效果,但是image组件在大图显示成小组件时,默认内存会上涨,需要应用根据实… 130 默认行为变更,不涉及适配。如果开发者需要保留原来Image组件显示的效果,可以将autoResize的值设置为true, interpolation的值设置为None。
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_loading_context.cpp | 449 bool ImageLoadingContext::MakeCanvasImageIfNeed(const SizeF& dstSize, bool autoResize, ImageFit ima… in MakeCanvasImageIfNeed() argument 452 …bool res = autoResize != autoResize_ || imageFit != imageFit_ || sourceSize != GetSourceSize() || … in MakeCanvasImageIfNeed() 467 …pendingMakeCanvasImageTask_ = [weak = AceType::WeakClaim(this), dstSize, autoResize, imageFit, sou… in MakeCanvasImageIfNeed() 471 ctx->MakeCanvasImage(dstSize, autoResize, imageFit, sourceSize); in MakeCanvasImageIfNeed() 474 MakeCanvasImage(dstSize, autoResize, imageFit, sourceSize); in MakeCanvasImageIfNeed() 480 … const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) in MakeCanvasImage() argument 485 updateParamsCallback_ = [wp = WeakClaim(this), dstSize, autoResize, imageFit, sourceSize]() { in MakeCanvasImage() 494 ctx->autoResize_ = autoResize; in MakeCanvasImage() 532 void ImageLoadingContext::SetAutoResize(bool autoResize) in SetAutoResize() argument 534 autoResize_ = autoResize; in SetAutoResize()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.1/ |
H A D | changelogs-arkui.md | 97 ## cl.arkui.3 Change to the Default Value of the autoResize and interpolation Attributes of the \<I… 111 Before change: The **\<Image>** component's **autoResize** attribute is defaulted to **true** and t… 113 After change: The **\<Image>** component's **autoResize** attribute is defaulted to **false** and t… 130 … To change the component to its original default display effect, set **autoResize** to **true** an…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 183 void ImageComponent::SetAutoResize(bool autoResize) in SetAutoResize() argument 185 autoResize_ = autoResize; in SetAutoResize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_ffi.cpp | 156 void FfiOHOSAceFrameworkImageSetAutoResize(bool autoResize) in FfiOHOSAceFrameworkImageSetAutoResize() argument 158 ImageModel::GetInstance()->SetAutoResize(autoResize); in FfiOHOSAceFrameworkImageSetAutoResize()
|
H A D | cj_image_ffi.h | 36 CJ_EXPORT void FfiOHOSAceFrameworkImageSetAutoResize(bool autoResize);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
H A D | cj_image_ffi.cpp | 42 void FfiOHOSAceFrameworkImageSetAutoResize(bool autoResize) {} in FfiOHOSAceFrameworkImageSetAutoResize() argument
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-effectcomponent-sys.md | 47 .autoResize(true)
|
H A D | ts-transition-animation-geometrytransition-sys.md | 52 .autoResize(false)
|
H A D | ts-transition-animation-geometrytransition.md | 69 .autoResize(false)
|
H A D | ts-universal-attributes-use-effect.md | 80 .autoResize(true)
|
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/ |
H A D | capsuleIcon.ets | 29 .autoResize(false)
|
H A D | pluginWindow.ets | 58 .autoResize(false)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.cpp | 176 void ImageModelImpl::SetAutoResize(bool autoResize) in SetAutoResize() argument 180 image->SetAutoResize(autoResize); in SetAutoResize()
|
H A D | image_model_impl.h | 51 void SetAutoResize(bool autoResize) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.h | 57 void SetAutoResize(bool autoResize) override; 90 static void SetAutoResize(FrameNode *frameNode, bool autoResize);
|
H A D | image_model.h | 86 virtual void SetAutoResize(bool autoResize) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/ |
H A D | testListItems.ets | 36 .autoResize(false)
|
H A D | autoContentTable.ets | 34 .autoResize(false)
|
H A D | autoVerificationTable.ets | 37 .autoResize(false)
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/ |
H A D | testListItems.ets | 37 .autoResize(false)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.h | 84 static void SetAutoResize(bool autoResize);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-componentSnapshot.md | 72 Image($r('app.media.img')).autoResize(true).width(200).height(200).margin(5).id("root") 150 Image($r('app.media.img')).autoResize(true).width(200).height(200).margin(5).id("root") 436 Image($r('app.media.img')).autoResize(true).width(200).height(200).margin(5).id("root")
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | image_modifier.cpp | 56 void SetAutoResize(NodeHandle node, bool autoResize) in SetAutoResize() argument 60 ImageModelNG::SetAutoResize(frameNode, autoResize); in SetAutoResize()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-effectcomponent-sys.md | 45 .autoResize(true)
|