Home
last modified time | relevance | path

Searched refs:indicatorIconLoadingCtx_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp252indicatorIconLoadingCtx_ = AceType::MakeRefPtr<ImageLoadingContext>(sourceInfo, std::move(iconLoad… in InitIndicatorImage()
253 indicatorIconLoadingCtx_->LoadImageData(); in InitIndicatorImage()
307 config.isSvg_ = indicatorIconLoadingCtx_->GetSourceInfo().IsSvg(); in OnImageLoadSuccess()
314 config.srcRect_ = indicatorIconLoadingCtx_->GetSrcRect(); in OnImageLoadSuccess()
315 config.dstRect_ = indicatorIconLoadingCtx_->GetDstRect(); in OnImageLoadSuccess()
316 indicatorIconCanvasImage_ = indicatorIconLoadingCtx_->MoveCanvasImage(); in OnImageLoadSuccess()
H A Dgauge_layout_algorithm.h28 : indicatorIconLoadingCtx_(indicatorIconLoadingCtx) in GaugeLayoutAlgorithm()
50 RefPtr<ImageLoadingContext> indicatorIconLoadingCtx_; variable
H A Dgauge_pattern.h72 return MakeRefPtr<GaugeLayoutAlgorithm>(indicatorIconLoadingCtx_); in CreateLayoutAlgorithm()
199 RefPtr<ImageLoadingContext> indicatorIconLoadingCtx_; variable
H A Dgauge_layout_algorithm.cpp308 CHECK_NULL_VOID(indicatorIconLoadingCtx_); in Layout()
309 indicatorIconLoadingCtx_->MakeCanvasImage( in Layout()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp1687 pattern_->indicatorIconLoadingCtx_->dstRect_.x_ = 50;
1688 pattern_->indicatorIconLoadingCtx_->dstRect_.y_ = 100;
1717 pattern_->indicatorIconLoadingCtx_->dstRect_.x_ = 50;
1718 pattern_->indicatorIconLoadingCtx_->dstRect_.y_ = 100;