Searched refs:autoResize_ (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_loading_context.cpp | 95 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 D | image_loading_context.cpp | 332 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 D | image_loading_context.h | 210 bool autoResize_ = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 185 autoResize_ = autoResize; in SetAutoResize() 259 return autoResize_; in GetAutoResize()
|
H A D | image_component.h | 228 bool autoResize_ = true; variable
|
H A D | rosen_render_image.cpp | 157 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 D | render_image.h | 399 bool autoResize_ = true; variable
|
H A D | render_image.cpp | 97 autoResize_ = image->GetAutoResize(); in Update() 473 if (!autoResize_) { in CalculateResizeTarget()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/ |
H A D | image_provider_test_ng.cpp | 1256 ctx->autoResize_ = true; 1273 ctx->autoResize_ = false;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 1559 auto autoResize_ = ImageModelNG::GetAutoResize(frameNode); in ImageModelNGTest001_SetLayoutProperty01() local 1560 EXPECT_EQ(autoResize_, autoResize); in ImageModelNGTest001_SetLayoutProperty01()
|
H A D | image_test_ng.cpp | 1490 EXPECT_EQ(pattern->loadingCtx_->autoResize_, true);
|