/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 34 { "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 D | image_composed_element.h | 37 std::string GetAlt() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.h | 71 const std::string& GetAlt() const;
|
H A D | image_component.cpp | 69 const std::string& ImageComponent::GetAlt() const in GetAlt() function in OHOS::Ace::ImageComponent
|
H A D | render_image.cpp | 98 imageAlt_ = image->GetAlt(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 711 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 D | image_model_ng.h | 121 static ImageSourceInfo GetAlt(FrameNode* frameNode);
|
H A D | image_model_ng.cpp | 927 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 D | node_image_modifier.cpp | 396 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 D | image_testone_ng.cpp | 1522 auto &&imageSourceInfoAlt = ImageModelNG::GetAlt(frameNode); in ImageModelNGTest001_SetLayoutProperty01() 1777 EXPECT_EQ(imageLayoutProperty->GetAlt().has_value(), false); in ImageModelNGFailedTest001_Properties01()
|
H A D | image_test_ng.cpp | 605 EXPECT_EQ(imageLayoutProperty->GetAlt(), std::nullopt); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11135 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()
|