Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp134 secondaryImageCanvas_ = secondaryImageLoadingCtx_->MoveCanvasImage(); in OnImageLoadSuccess()
135 secondaryConfig_.srcRect_ = secondaryImageLoadingCtx_->GetSrcRect(); in OnImageLoadSuccess()
136 secondaryConfig_.dstRect_ = secondaryImageLoadingCtx_->GetDstRect(); in OnImageLoadSuccess()
198 CHECK_NULL_RETURN(secondaryImageLoadingCtx_, defaultPaintMethod); in CreateNodePaintMethod()
207 secondaryImageLoadingCtx_->GetSourceInfo(), backgroundImageLoadingCtx_->GetSourceInfo(), in CreateNodePaintMethod()
211secondaryImageLoadingCtx_->GetSourceInfo(), backgroundImageLoadingCtx_->GetSourceInfo()); in CreateNodePaintMethod()
741 if (!secondaryImageLoadingCtx_ || secondaryImageLoadingCtx_->GetSourceInfo() != sourceInfo) { in LoadSecondary()
744 secondaryImageLoadingCtx_ = in LoadSecondary()
746 secondaryImageLoadingCtx_->LoadImageData(); in LoadSecondary()
H A Drating_pattern.h54 foregroundImageLoadingCtx_, secondaryImageLoadingCtx_, backgroundImageLoadingCtx_); in CreateLayoutAlgorithm()
166 RefPtr<ImageLoadingContext> secondaryImageLoadingCtx_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp585 ASSERT_NE(ratingPattern->secondaryImageLoadingCtx_, nullptr);
591 ratingPattern->secondaryImageLoadingCtx_->SuccessCallback(nullptr);
622 ratingPattern->secondaryImageLoadingCtx_->SuccessCallback(nullptr);