Home
last modified time | relevance | path

Searched refs:GetBackgroundImagePosition (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h141 virtual std::string GetBackgroundImagePosition() const = 0;
H A Dinspector_composed_element.h154 std::string GetBackgroundImagePosition() const override;
H A Dinspector_composed_element.cpp119 [](const InspectorNode& inspector) { return inspector.GetBackgroundImagePosition(); } }, in __anon58d2e1332302()
903 std::string InspectorComposedElement::GetBackgroundImagePosition() const in GetBackgroundImagePosition() function in OHOS::Ace::V2::InspectorComposedElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h730 static BackgroundImagePosition GetBackgroundImagePosition(FrameNode* frameNode);
H A Dview_abstract.cpp4414 BackgroundImagePosition ViewAbstract::GetBackgroundImagePosition(FrameNode* frameNode) in GetBackgroundImagePosition() function in OHOS::Ace::NG::ViewAbstract
4420 return renderContext->GetBackgroundImagePosition().value_or(defaultImagePosition); in GetBackgroundImagePosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2166 void GetBackgroundImagePosition(ArkUINodeHandle node, ArkUIPositionOptions* position, ArkUI_Int32 u… in GetBackgroundImagePosition() function
2170 auto imagePosition = ViewAbstract::GetBackgroundImagePosition(frameNode); in GetBackgroundImagePosition()
6310 … GetBrightness, GetSaturate, GetBackgroundImagePosition, GetFlexGrow, GetFlexShrink, GetFlexBasis, in GetCommonModifier()
6384 … GetBrightness, GetSaturate, GetBackgroundImagePosition, GetFlexGrow, GetFlexShrink, GetFlexBasis, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp749 ViewAbstract::GetBackgroundImagePosition(AceType::RawPtr(FRAME_NODE_REGISTER));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp810 …ePainter::CalculateBgImagePosition(paintRect_.GetSize(), renderSize, GetBackgroundImagePosition()); in PaintBackground()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2483 const ArkUI_AttributeItem* GetBackgroundImagePosition(ArkUI_NodeHandle node) in GetBackgroundImagePosition() function
12867 GetBackgroundImagePosition, in GetCommonAttribute()