/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/ |
H A D | relative_container_common_ng.cpp | 21 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 D | render_relative_container.cpp | 230 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 D | render_flex_item.h | 152 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
|
H A D | flex_item_component.h | 196 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 201 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 D | relative_container_layout_algorithm.cpp | 965 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 D | layout_property.cpp | 1222 void LayoutProperty::UpdateAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in UpdateAlignRules()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 566 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) override in SetAlignRules()
|
H A D | view_abstract.cpp | 414 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 D | view_abstract_model_impl.cpp | 594 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 D | cj_view_abstract_ffi.cpp | 743 std::map<AlignDirection, AlignRule> alignRules; in FfiOHOSAceFrameworkViewAbstractSetAlignRules() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 3174 auto alignRules = OH_ArkUI_AlignmentRuleOption_Create(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3277 auto alignRules = ViewAbstract::GetAlignRules(frameNode); in GetAlignRules() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 9051 std::map<AlignDirection, AlignRule> alignRules; in JsAlignRules() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 4062 alignRules(value) { method in ArkComponent 10258 alignRules(value) { method in ArkSpanComponent 25660 alignRules(value) { method in ArkXComponentComponent
|