Home
last modified time | relevance | path

Searched refs:GetAlignRules (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp70 for (const auto& alignRule : flexItem->GetAlignRules()) { in GetDependencyRelationship()
97 for (const auto& alignRule : flexItem->GetAlignRules()) { in PreTopologicalLoopDetection()
365 auto alignRules = flexItem->GetAlignRules(); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h201 const std::map<AlignDirection, AlignRule>& GetAlignRules() const in GetAlignRules() function
H A Drender_flex_item.h157 const std::map<AlignDirection, AlignRule>& GetAlignRules() const in GetAlignRules() function
H A Drender_flex_item.cpp36 SetAlignRules(flexItem->GetAlignRules()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dflex_property.h145 auto rules = GetAlignRules().value(); in AlignRulesToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h681 static std::map<AlignDirection, AlignRule> GetAlignRules(FrameNode* frameNode);
H A Dview_abstract.cpp3547 std::map<AlignDirection, AlignRule> ViewAbstract::GetAlignRules(FrameNode* frameNode) in GetAlignRules() function in OHOS::Ace::NG::ViewAbstract
3554 return layoutProperty->GetFlexItemProperty()->GetAlignRules().value_or(alignRules); in GetAlignRules()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3273 void GetAlignRules(ArkUINodeHandle node, ArkUI_CharPtr* anchors, ArkUI_Int32* direction, ArkUI_Int3… in GetAlignRules() function
3277 auto alignRules = ViewAbstract::GetAlignRules(frameNode); in GetAlignRules()
6307 …ateTransition, GetScaleTransition, GetTranslateTransition, GetOffset, GetMarkAnchor, GetAlignRules, in GetCommonModifier()
6381 …ateTransition, GetScaleTransition, GetTranslateTransition, GetOffset, GetMarkAnchor, GetAlignRules, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp210 ViewAbstract::GetAlignRules(AceType::RawPtr(FRAME_NODE_REGISTER));
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10770 const ArkUI_AttributeItem* GetAlignRules(ArkUI_NodeHandle node) in GetAlignRules() function
12868 GetAlignRules, in GetCommonAttribute()