Home
last modified time | relevance | path

Searched defs:autoResize (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_loading_context.cpp377 bool ImageLoadingContext::MakeCanvasImageIfNeed(const SizeF& dstSize, bool autoResize, ImageFit ima… in MakeCanvasImageIfNeed()
408 … const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) in MakeCanvasImage()
448 void ImageLoadingContext::SetAutoResize(bool autoResize) in SetAutoResize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_layout_algorithm.cpp128 bool autoResize = props->GetAutoResize().value_or(autoResizeDefault_); in Layout() local
Dimage_model_ng.cpp191 void ImageModelNG::SetAutoResize(bool autoResize) in SetAutoResize()
278 void ImageModelNG::SetAutoResize(FrameNode *frameNode, bool autoResize) in SetAutoResize()
/foundation/arkui/ace_engine/test/unittest/core/image_provider/
Dimage_provider_test_ng.cpp779 bool autoResize = true; variable
869 bool autoResize = true; variable
/foundation/arkui/ace_engine/frameworks/core/components/image/
Dimage_component.cpp185 void ImageComponent::SetAutoResize(bool autoResize) in SetAutoResize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dimage_model_impl.cpp176 void ImageModelImpl::SetAutoResize(bool autoResize) in SetAutoResize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkImage.ts489 autoResize(value: boolean): this { method in ArkImageComponent
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_image_modifier.cpp64 void SetAutoResize(ArkUINodeHandle node, ArkUI_Bool autoResize) in SetAutoResize()
Dimage_modifier.cpp56 void SetAutoResize(NodeHandle node, bool autoResize) in SetAutoResize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_image.cpp433 void JSImage::SetAutoResize(bool autoResize) in SetAutoResize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_image_bridge.cpp71 bool autoResize = autoResizeArg->ToBoolean(vm)->Value(); in SetAutoResize() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js4727 autoResize(value) { method in ArkImageComponent