Home
last modified time | relevance | path

Searched refs:GetBackgroundImage (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h94 accessibilityElementInfo.SetBackgroundImage(nativeInfo.GetBackgroundImage()); in TransformAccessbilityElementInfo()
H A Djs_accessibility_manager.cpp1357 …nodeInfo.SetBackgroundImage(context->GetBackgroundImage().value_or(ImageSourceInfo("")).ToString()… in UpdateAccessibilityElementInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h153 RefPtr<ImageComponent> GetBackgroundImage() const in GetBackgroundImage() function
H A Drender_rating.cpp76 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h138 virtual std::string GetBackgroundImage() const = 0;
H A Dinspector_composed_element.h151 std::string GetBackgroundImage() const override;
H A Dinspector_composed_element.cpp107 …{ "backgroundImage", [](const InspectorNode& inspector) { return inspector.GetBackgroundImage(); }… in __anon58d2e1331802()
857 std::string InspectorComposedElement::GetBackgroundImage() const in GetBackgroundImage() function in OHOS::Ace::V2::InspectorComposedElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h415 std::string GetBackgroundImage() const in GetBackgroundImage() function
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1648 const std::string &GetBackgroundImage() const;
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp963 const std::string &AccessibilityElementInfo::GetBackgroundImage() const in GetBackgroundImage() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp80 nativeInfo.SetBackgroundImage(accessibilityElementInfo.GetBackgroundImage()); in FillNativeAccessibilityElementInfoPart()
H A Dnative_interface_accessibility_test.cpp132 &afterInfo, beforeInfo.GetBackgroundImage()); in FillNativeAccessibilityElementInfoPart()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp1425 EXPECT_STREQ(elementInfo_->GetBackgroundImage().c_str(), "test");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp761 … auto imageSourceInfo = rosenRenderContext->GetBackgroundImage().value_or(ImageSourceInfo("")); in CreateBgImageDataReadyCallback()
775 auto imageSourceInfo = ctx->GetBackgroundImage().value_or(ImageSourceInfo("")); in CreateBgImageLoadSuccessCallback()
5579 if (GetBackgroundImage().has_value()) {
5580 … DumpLog::GetInstance().AddDesc("BackgroundImage:" + GetBackgroundImage().value().ToString());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp4506 if (target->GetBackgroundImage().has_value()) { in GetBackgroundImageSrc()
4507 return target->GetBackgroundImage()->GetSrc(); in GetBackgroundImageSrc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5468 void GetBackgroundImage(ArkUINodeHandle node, ArkUIBackgroundImage* options) in GetBackgroundImage() function
6312 …GetLinearGradient, GetAlign, GetWidth, GetHeight, GetBackgroundColor, GetBackgroundImage, GetPaddi… in GetCommonModifier()
6386 …GetLinearGradient, GetAlign, GetWidth, GetHeight, GetBackgroundColor, GetBackgroundImage, GetPaddi… in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp944 const ArkUI_AttributeItem* GetBackgroundImage(ArkUI_NodeHandle node) in GetBackgroundImage() function
12814 GetBackgroundImage, in GetCommonAttribute()