Home
last modified time | relevance | path

Searched refs:autoResize_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp95 autoResize_ = incomingNeedResize; in MakeCanvasImageIfNeed()
130 autoResize_ = needResize; in SetAutoResize()
140 return autoResize_; in GetAutoResize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp332 if (autoResize_ && !isPixelMapResource) { in OnMakeCanvasImage()
361 if (autoResize_ && !isPixelMapResource) { in ResizableCalcDstSize()
452 …bool res = autoResize != autoResize_ || imageFit != imageFit_ || sourceSize != GetSourceSize() || … in MakeCanvasImageIfNeed()
494 ctx->autoResize_ = autoResize; in MakeCanvasImage()
534 autoResize_ = autoResize; in SetAutoResize()
544 return autoResize_; in GetAutoResize()
H A Dimage_loading_context.h210 bool autoResize_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp185 autoResize_ = autoResize; in SetAutoResize()
259 return autoResize_; in GetAutoResize()
H A Dimage_component.h228 bool autoResize_ = true; variable
H A Drosen_render_image.cpp157 bool canStartUploadImageObj = !autoResize_ && (imageObj_->GetFrameCount() == 1); in ImageObjReady()
382 … failedCallback_, GetContext(), syncMode, useSkiaSvg_, autoResize_, onPostBackgroundTask_); in FetchImageObject()
1082 (resizeCallLoadImage_ && autoResize_);
1497 GetContext(), syncMode, useSkiaSvg_, autoResize_, onPostBackgroundTask_);
H A Drender_image.h399 bool autoResize_ = true; variable
H A Drender_image.cpp97 autoResize_ = image->GetAutoResize(); in Update()
473 if (!autoResize_) { in CalculateResizeTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp1256 ctx->autoResize_ = true;
1273 ctx->autoResize_ = false;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1559 auto autoResize_ = ImageModelNG::GetAutoResize(frameNode); in ImageModelNGTest001_SetLayoutProperty01() local
1560 EXPECT_EQ(autoResize_, autoResize); in ImageModelNGTest001_SetLayoutProperty01()
H A Dimage_test_ng.cpp1490 EXPECT_EQ(pattern->loadingCtx_->autoResize_, true);