Home
last modified time | relevance | path

Searched refs:firstLoadImage_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp452 …Resize != autoResize_ || imageFit != imageFit_ || sourceSize != GetSourceSize() || firstLoadImage_; in MakeCanvasImageIfNeed()
488 if (ctx->SizeChanging(dstSize) || ctx->firstLoadImage_) { in MakeCanvasImage()
491 ctx->firstLoadImage_ = false; in MakeCanvasImage()
H A Dimage_loading_context.h236 bool firstLoadImage_ = true; variable