Home
last modified time | relevance | path

Searched defs:maxWidth (Results 1 – 11 of 11) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
Dcustomcomponent_constraintsize_test.cpp23 float maxWidth = SIZE_100; in TestCustomComponentConstraintSize001() local
41 float maxWidth = PARAM_0; in TestCustomComponentConstraintSize002() local
59 float maxWidth = PARAM_NEGATIVE_100; in TestCustomComponentConstraintSize003() local
77 float maxWidth = PARAM_NEGATIVE_10; in TestCustomComponentConstraintSize004() local
Dcustomcomponent_event_null_test.cpp41 auto maxWidth = OH_ArkUI_LayoutConstraint_GetMaxWidth(nullptr); in CustomComponentEventNull002() local
Dcustomcomponent_event_test.cpp118 auto maxWidth = OH_ArkUI_LayoutConstraint_GetMaxWidth(constrait); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
Dcommonattrs_constraintsize_test.cpp23 float maxWidth = SIZE_100; in TestCommonAttrsConstraintSize001() local
41 float maxWidth = PARAM_0; in TestCommonAttrsConstraintSize002() local
59 float maxWidth = PARAM_NEGATIVE_100; in TestCommonAttrsConstraintSize003() local
77 float maxWidth = PARAM_NEGATIVE_10; in TestCommonAttrsConstraintSize004() local
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyLargeValueTest.cpp81 double maxWidth = 2160.0; variable
136 double maxWidth = 2160.0; variable
187 double maxWidth = 2160.0; variable
235 double maxWidth = 2160.0; variable
293 double maxWidth = 2160.0; variable
DOH_Drawing_TypographyTest.cpp514 double maxWidth = 800.0; variable
833 double maxWidth = 800.0; variable
884 double maxWidth = 800.0; variable
1206 double maxWidth = 800.0; variable
1303 double maxWidth = 800.0; variable
1356 double maxWidth = 800.0; variable
1411 double maxWidth = 800.0; variable
1463 double maxWidth = 800.0; variable
1515 double maxWidth = 800.0; variable
1567 double maxWidth = 800.0; variable
[all …]
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/
DnativeDrawingndk.cpp506 double maxWidth = EIGHUNVAL; in OHDrawingTypographyLayout() local
525 double maxWidth = SENHUNVAL; in OHDrawingTypographyGetMaxWidth() local
558 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetMinIntrinsicWidth() local
595 double maxWidth = SENFIVEVAL; in OHDrawingTypographyGetMaxIntrinsicWidth() local
624 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetLongestLine() local
676 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetLongestLineWithIndent() local
708 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetAlphabeticBaseline() local
740 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetAlphabeticBaselineNormal() local
772 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetIdeographicBaseline() local
804 double maxWidth = EIGHUNVAL; in OHDrawingTypographyGetIdeographicBaselineNormal() local
[all …]
/test/xts/acts/graphic/nativeFontNdk/entry/src/main/cpp/
DnativeFontNdk.cpp81 double maxWidth = 500.0; in PrepareCreateTextLine() local
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/component/
Dwaterflow_component.cpp123 void WaterFlowComponent::SetItemConstraintSize(float minWidth, float maxWidth, float minHeight, flo… in SetItemConstraintSize()
/test/xts/acts/arkui/ace_c_arkui_test_api16/entry/src/main/cpp/component/
Dwaterflow_component.cpp123 void WaterFlowComponent::SetItemConstraintSize(float minWidth, float maxWidth, float minHeight, flo… in SetItemConstraintSize()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
Darkoala_api.h449 ArkUI_Float32 maxWidth; member