Home
last modified time | relevance | path

Searched defs:horizontal (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dalignment.h84 Alignment(double horizontal, double vertical) : horizontal_(horizontal), vertical_(vertical) {} in Alignment()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dposition_param.h101 HorizontalAlign horizontal; member
/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp255 AlgoHorizontal horizontal; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_node_relative_container.cpp286 …OH_ArkUI_AlignmentRuleOption_SetBiasHorizontal(ArkUI_AlignmentRuleOption* option, float horizontal) in OH_ArkUI_AlignmentRuleOption_SetBiasHorizontal()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixelmap_native_ndk_test.cpp470 bool horizontal = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp614 double horizontal = std::min(left, right); in HandlePadding() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6465 napi_value horizontal; in GetScrollOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5625 void SetBias(ArkUINodeHandle node, ArkUI_Float32 horizontal, ArkUI_Float32 vertical) in SetBias()