Home
last modified time | relevance | path

Searched refs:GetAlt (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp34 { "alt", [](const ImageComposedElement& inspector) { return inspector.GetAlt(); } },
49 DumpLog::GetInstance().AddDesc(std::string("alt: ").append(GetAlt())); in Dump()
81 std::string ImageComposedElement::GetAlt() const in GetAlt() function in OHOS::Ace::V2::ImageComposedElement
H A Dimage_composed_element.h37 std::string GetAlt() const;
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h71 const std::string& GetAlt() const;
H A Dimage_component.cpp69 const std::string& ImageComponent::GetAlt() const in GetAlt() function in OHOS::Ace::ImageComponent
H A Drender_image.cpp98 imageAlt_ = image->GetAlt(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp711 if (loadingCtx_->NeedAlt() && imageLayoutProperty->GetAlt()) {
712 auto altImageSourceInfo = imageLayoutProperty->GetAlt().value_or(ImageSourceInfo(""));
923 auto currentAltSourceInfo = imageLayoutProperty->GetAlt().value_or(ImageSourceInfo(""));
957 auto currentAltSrc = layoutProps->GetAlt().value_or(ImageSourceInfo(""));
1383 auto altSrc = layoutProp->GetAlt().value_or(ImageSourceInfo(""));
1626 if (loadingCtx_->NeedAlt() && imageLayoutProperty->GetAlt()) {
1627 auto altImageSourceInfo = imageLayoutProperty->GetAlt().value_or(ImageSourceInfo(""));
2365 auto altSrc = layoutProp->GetAlt().value_or(ImageSourceInfo(""));
H A Dimage_model_ng.h121 static ImageSourceInfo GetAlt(FrameNode* frameNode);
H A Dimage_model_ng.cpp927 ImageSourceInfo ImageModelNG::GetAlt(FrameNode* frameNode) in GetAlt() function in OHOS::Ace::NG::ImageModelNG
933 return layoutProperty->GetAlt().value_or(defaultImageSourceInfo); in GetAlt()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp396 const char* GetAlt(ArkUINodeHandle node) in GetAlt() function in OHOS::Ace::NG::__anon2878::ResourceType
400 g_strValue = ImageModelNG::GetAlt(frameNode).GetSrc(); in GetAlt()
935 GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, GetAlt, GetImageDraggable, in GetImageModifier()
957 GetImageInterpolation, GetColorFilter, GetAlt, GetImageDraggable, GetRenderMode, SetImageResizable, in GetCJUIImageModifier()
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1522 auto &&imageSourceInfoAlt = ImageModelNG::GetAlt(frameNode); in ImageModelNGTest001_SetLayoutProperty01()
1777 EXPECT_EQ(imageLayoutProperty->GetAlt().has_value(), false); in ImageModelNGFailedTest001_Properties01()
H A Dimage_test_ng.cpp605 EXPECT_EQ(imageLayoutProperty->GetAlt(), std::nullopt); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11135 const ArkUI_AttributeItem* GetAlt(ArkUI_NodeHandle node) in GetAlt() function
13079 static Getter* getters[] = { GetImageSpanSrc, GetVerticalAlign, GetAlt, GetImageSpanBaselineOffset }; in GetImageSpanAttribute()
13111 GetAutoResize, GetAlt, GetImageDraggable, GetRenderMode, GetFitOriginalSize, GetFillColor, GetResizable }; in GetImageAttribute()

Completed in 40 milliseconds