Searched refs:NeedAlt (Results 1 – 5 of 5) sorted by relevance
150 bool ImageLoadingContext::NeedAlt() const in NeedAlt() function in OHOS::Ace::NG::ImageLoadingContext
71 bool NeedAlt() const;
565 bool ImageLoadingContext::NeedAlt() const in NeedAlt() function in OHOS::Ace::NG::ImageLoadingContext
437 EXPECT_TRUE(ctx->NeedAlt());894 EXPECT_TRUE(ctx->NeedAlt());
756 if (loadingCtx_->NeedAlt() && imageLayoutProperty->GetAlt()) { in LoadImageDataIfNeed()1548 if (loadingCtx_->NeedAlt() && imageLayoutProperty->GetAlt()) { in OnConfigurationUpdate()