| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
| D | cj_image_ffi.cpp | 42 void FfiOHOSAceFrameworkImageSetAutoResize(bool autoResize) {} in FfiOHOSAceFrameworkImageSetAutoResize()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
| D | image_loading_context.cpp | 455 bool ImageLoadingContext::MakeCanvasImageIfNeed(const SizeF& dstSize, bool autoResize, ImageFit ima… in MakeCanvasImageIfNeed() 486 … const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) in MakeCanvasImage() 527 void ImageLoadingContext::SetAutoResize(bool autoResize) in SetAutoResize()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_image_ffi.cpp | 156 void FfiOHOSAceFrameworkImageSetAutoResize(bool autoResize) in FfiOHOSAceFrameworkImageSetAutoResize()
|
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| D | image_component.cpp | 183 void ImageComponent::SetAutoResize(bool autoResize) in SetAutoResize()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | image_model_impl.cpp | 176 void ImageModelImpl::SetAutoResize(bool autoResize) in SetAutoResize()
|
| /foundation/arkui/ace_engine/test/unittest/core/image_provider/ |
| D | image_provider_test_ng.cpp | 756 bool autoResize = true; variable 846 bool autoResize = true; variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkImage.ts | 691 autoResize(value: boolean): this { method in ArkImageComponent
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | image_modifier.cpp | 56 void SetAutoResize(NodeHandle node, bool autoResize) in SetAutoResize()
|
| D | node_image_modifier.cpp | 158 void SetAutoResize(ArkUINodeHandle node, ArkUI_Bool autoResize) in SetAutoResize()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
| D | image_model_ng.cpp | 487 void ImageModelNG::SetAutoResize(bool autoResize) in SetAutoResize() 646 void ImageModelNG::SetAutoResize(FrameNode *frameNode, bool autoResize) in SetAutoResize()
|
| D | image_pattern.cpp | 465 bool autoResize = props->GetAutoResize().value_or(autoResizeDefault_); in StartDecoding() local 1309 bool autoResize = layoutProp->GetAutoResize().value_or(autoResizeDefault_); in DumpLayoutInfo() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_image.cpp | 633 void JSImage::SetAutoResize(bool autoResize) in SetAutoResize()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
| D | image_testone_ng.cpp | 1555 auto autoResize = false; in ImageModelNGTest001_SetLayoutProperty01() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_image_bridge.cpp | 230 bool autoResize = autoResizeArg->ToBoolean(vm)->Value(); in SetAutoResize() local
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| D | style_modifier.cpp | 11090 …auto autoResize = fullImpl->getNodeModifiers()->getImageModifier()->getAutoResize(node->uiNodeHand… in GetAutoResize() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | arkComponent.js | 6982 autoResize(value) { method in ArkImageComponent
|