Searched refs:ArkUI_AlignmentRuleOption (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_node_relative_container.cpp | 181 ArkUI_AlignmentRuleOption* OH_ArkUI_AlignmentRuleOption_Create() in OH_ArkUI_AlignmentRuleOption_Create() 183 ArkUI_AlignmentRuleOption* option = new ArkUI_AlignmentRuleOption { .biasHorizontal = 0.5, .biasVertical = 0.5 }; in OH_ArkUI_AlignmentRuleOption_Create() 187 void OH_ArkUI_AlignmentRuleOption_Dispose(ArkUI_AlignmentRuleOption* option) in OH_ArkUI_AlignmentRuleOption_Dispose() 195 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_HorizontalAlignment alignment) in OH_ArkUI_AlignmentRuleOption_SetStart() 210 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_HorizontalAlignment alignment) in OH_ArkUI_AlignmentRuleOption_SetEnd() 225 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_HorizontalAlignment alignment) in OH_ArkUI_AlignmentRuleOption_SetCenterHorizontal() 240 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_VerticalAlignment alignment) in OH_ArkUI_AlignmentRuleOption_SetTop() 255 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_VerticalAlignment alignment) in OH_ArkUI_AlignmentRuleOption_SetBottom() 270 ArkUI_AlignmentRuleOption* optio in OH_ArkUI_AlignmentRuleOption_SetCenterVertical() [all...] |
H A D | node_model.h | 94 struct ArkUI_AlignmentRuleOption { struct
|
H A D | style_modifier.cpp | 9172 auto* option = reinterpret_cast<ArkUI_AlignmentRuleOption*>(item->object); in SetAlignRules()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_type.h | 148 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef 2600 ArkUI_AlignmentRuleOption* OH_ArkUI_AlignmentRuleOption_Create(void); 2608 void OH_ArkUI_AlignmentRuleOption_Dispose(ArkUI_AlignmentRuleOption* option); 2619 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_HorizontalAlignment alignment); 2630 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_HorizontalAlignment alignment); 2641 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_HorizontalAlignment alignment); 2652 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_VerticalAlignment alignment); 2663 ArkUI_AlignmentRuleOption* option, const char* id, ArkUI_VerticalAlignment alignment); 2674 ArkUI_AlignmentRuleOption* optio [all...] |
Completed in 29 milliseconds