Home
last modified time | relevance | path

Searched refs:backgroundImageLoadingCtx_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp140 backgroundImageCanvas_ = backgroundImageLoadingCtx_->MoveCanvasImage(); in OnImageLoadSuccess()
141 backgroundConfig_.srcRect_ = backgroundImageLoadingCtx_->GetSrcRect(); in OnImageLoadSuccess()
142 backgroundConfig_.dstRect_ = backgroundImageLoadingCtx_->GetDstRect(); in OnImageLoadSuccess()
199 CHECK_NULL_RETURN(backgroundImageLoadingCtx_, defaultPaintMethod); in CreateNodePaintMethod()
207 secondaryImageLoadingCtx_->GetSourceInfo(), backgroundImageLoadingCtx_->GetSourceInfo(), in CreateNodePaintMethod()
211 … secondaryImageLoadingCtx_->GetSourceInfo(), backgroundImageLoadingCtx_->GetSourceInfo()); in CreateNodePaintMethod()
769 if (!backgroundImageLoadingCtx_ || backgroundImageLoadingCtx_->GetSourceInfo() != sourceInfo) { in LoadBackground()
772 backgroundImageLoadingCtx_ = in LoadBackground()
774 backgroundImageLoadingCtx_->LoadImageData(); in LoadBackground()
H A Drating_pattern.h54 foregroundImageLoadingCtx_, secondaryImageLoadingCtx_, backgroundImageLoadingCtx_); in CreateLayoutAlgorithm()
167 RefPtr<ImageLoadingContext> backgroundImageLoadingCtx_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp586 ASSERT_NE(ratingPattern->backgroundImageLoadingCtx_, nullptr);
592 ratingPattern->backgroundImageLoadingCtx_->SuccessCallback(nullptr);
623 ratingPattern->backgroundImageLoadingCtx_->SuccessCallback(nullptr);