Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp150 bool ImageLoadingContext::NeedAlt() const in NeedAlt() function in OHOS::Ace::NG::ImageLoadingContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.h71 bool NeedAlt() const;
H A Dimage_loading_context.cpp565 bool ImageLoadingContext::NeedAlt() const in NeedAlt() function in OHOS::Ace::NG::ImageLoadingContext
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp437 EXPECT_TRUE(ctx->NeedAlt());
894 EXPECT_TRUE(ctx->NeedAlt());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp756 if (loadingCtx_->NeedAlt() && imageLayoutProperty->GetAlt()) { in LoadImageDataIfNeed()
1548 if (loadingCtx_->NeedAlt() && imageLayoutProperty->GetAlt()) { in OnConfigurationUpdate()