Home
last modified time | relevance | path

Searched defs:alignRules (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/
H A Drelative_container_common_ng.cpp21 const HorizontalAlign& horizontalRule, std::map<AlignDirection, AlignRule>& alignRules) in AddAlignRule()
30 const VerticalAlign& verticalRule, std::map<AlignDirection, AlignRule>& alignRules) in AddAlignRule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp230 void RenderRelativeContainer::CalcLayoutParam(std::map<AlignDirection, AlignRule> alignRules, Layou… in CalcLayoutParam()
365 auto alignRules = flexItem->GetAlignRules(); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.h152 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
H A Dflex_item_component.h196 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp201 std::map<AlignDirection, AlignRule> alignRules; variable
281 std::map<AlignDirection, AlignRule> alignRules; variable
1564 std::map<AlignDirection, AlignRule> alignRules; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp965 auto alignRules = flexItem->GetAlignRulesValue(); in MeasureChild() local
1313 … auto alignRules = childWrapper->GetLayoutProperty()->GetFlexItemProperty()->GetAlignRulesValue(); in CalcSizeParam() local
1418 … auto alignRules = childWrapper->GetLayoutProperty()->GetFlexItemProperty()->GetAlignRulesValue(); in CalcOffsetParam() local
1497 auto alignRules = flexItemProperty->GetAlignRulesValue(); in CalcBias() local
1527 auto alignRules = flexItemProperty->GetAlignRulesValue(); in GetFirstTwoAlignValues() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1222 void LayoutProperty::UpdateAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in UpdateAlignRules()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h566 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) override in SetAlignRules()
H A Dview_abstract.cpp414 void ViewAbstract::SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
3541 …bstract::SetAlignRules(FrameNode* frameNode, const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
3549 std::map<AlignDirection, AlignRule> alignRules; in GetAlignRules() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp594 void ViewAbstractModelImpl::SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp743 std::map<AlignDirection, AlignRule> alignRules; in FfiOHOSAceFrameworkViewAbstractSetAlignRules() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp3174 auto alignRules = OH_ArkUI_AlignmentRuleOption_Create(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3277 auto alignRules = ViewAbstract::GetAlignRules(frameNode); in GetAlignRules() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp9051 std::map<AlignDirection, AlignRule> alignRules; in JsAlignRules() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4062 alignRules(value) { method in ArkComponent
10258 alignRules(value) { method in ArkSpanComponent
25660 alignRules(value) { method in ArkXComponentComponent