Searched refs:GetIsAnimation (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.cpp | 128 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetAlt() 191 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetMatchTextDirection() 199 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetFitOriginalSize() 458 if (ImageModel::GetInstance()->GetIsAnimation()) { in JsImageResizable() 526 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetSourceSize() 534 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetImageFill() 557 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetImageRenderMode() 578 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetImageInterpolation() 633 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetAutoResize() 641 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetSyncLoad() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testtwo_ng.cpp | 559 EXPECT_EQ(imagePattern->GetIsAnimation(), true); 670 EXPECT_EQ(imagePattern->GetIsAnimation(), true); 829 EXPECT_EQ(imagePattern->GetIsAnimation(), true); 836 EXPECT_EQ(imagePattern->GetIsAnimation(), false); 843 EXPECT_EQ(imagePattern->GetIsAnimation(), false); 850 EXPECT_EQ(imagePattern->GetIsAnimation(), true); 1316 EXPECT_EQ(imagePattern->GetIsAnimation(), true); 1336 EXPECT_EQ(imagePattern->GetIsAnimation(), false);
|
H A D | image_testthree_ng.cpp | 103 EXPECT_EQ(imagePattern->GetIsAnimation(), false); 127 EXPECT_EQ(imagePattern->GetIsAnimation(), true); 833 EXPECT_EQ(imagePattern->GetIsAnimation(), false); 857 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
|
H A D | image_testone_ng.cpp | 1685 bool isAnimation = image.GetIsAnimation(); in ImageModelNGTest001_MixedProperties02()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.h | 76 bool GetIsAnimation() override;
|
H A D | image_model_impl.cpp | 259 bool ImageModelImpl::GetIsAnimation() in GetIsAnimation() function in OHOS::Ace::Framework::ImageModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 181 CHECK_EQUAL_RETURN(pattern->GetIsAnimation(), true, true); in IsImageAnimationLayout()
|
H A D | image_model.h | 109 virtual bool GetIsAnimation() = 0;
|
H A D | image_model_ng.cpp | 81 if (src.empty() && !pixMap && pattern->GetIsAnimation()) { in Create() 204 if (!pattern->GetIsAnimation()) { in CreateAnimation() 979 bool ImageModelNG::GetIsAnimation() in GetIsAnimation() function in OHOS::Ace::NG::ImageModelNG 983 return pattern->GetIsAnimation(); in GetIsAnimation()
|
H A D | image_model_ng.h | 35 bool GetIsAnimation() override;
|
H A D | image_pattern.h | 279 bool GetIsAnimation() const in GetIsAnimation() function
|
H A D | image_pattern.cpp | 624 if (!isLayouted_ && GetIsAnimation()) { in OnDirtyLayoutWrapperSwap() 1090 if (GetIsAnimation() && !animator_->IsStopped()) { in OnVisibleAreaChange() 1122 if (GetIsAnimation()) { in OnAttachToFrameNode()
|