Home
last modified time | relevance | path

Searched refs:scaleX (Results 1 - 25 of 231) sorted by relevance

12345678910

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
H A Dlistitem_scale_test.cpp23 float scaleX = PARAM_0_POINT_5; in TestListItemScale001() local
25 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestListItemScale001()
29 ASSERT_EQ(nodeAPI->getAttribute(listItem, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestListItemScale001()
37 float scaleX = PARAM_0_POINT_5; in TestListItemScale002() local
39 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestListItemScale002()
43 ASSERT_EQ(nodeAPI->getAttribute(listItem, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestListItemScale002()
51 float scaleX = PARAM_2; in TestListItemScale003() local
53 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestListItemScale003()
57 ASSERT_EQ(nodeAPI->getAttribute(listItem, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestListItemScale003()
65 float scaleX in TestListItemScale004() local
79 float scaleX = PARAM_1; TestListItemScale005() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_scale_test.cpp23 float scaleX = PARAM_0_POINT_5; in TestListScale001() local
25 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestListScale001()
29 ASSERT_EQ(nodeAPI->getAttribute(list, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestListScale001()
37 float scaleX = PARAM_0_POINT_5; in TestListScale002() local
39 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestListScale002()
43 ASSERT_EQ(nodeAPI->getAttribute(list, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestListScale002()
51 float scaleX = PARAM_2; in TestListScale003() local
53 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestListScale003()
57 ASSERT_EQ(nodeAPI->getAttribute(list, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestListScale003()
65 float scaleX in TestListScale004() local
79 float scaleX = PARAM_1; TestListScale005() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_scale_test.cpp23 float scaleX = PARAM_0_POINT_5; in TestCustomComponentScale001() local
25 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestCustomComponentScale001()
29 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestCustomComponentScale001()
37 float scaleX = PARAM_0_POINT_5; in TestCustomComponentScale002() local
39 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestCustomComponentScale002()
43 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestCustomComponentScale002()
51 float scaleX = PARAM_2; in TestCustomComponentScale003() local
53 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestCustomComponentScale003()
57 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestCustomComponentScale003()
65 float scaleX in TestCustomComponentScale004() local
79 float scaleX = PARAM_1; TestCustomComponentScale005() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_scale_test.cpp23 float scaleX = PARAM_0_POINT_5; in TestCommonAttrsScale001() local
25 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestCommonAttrsScale001()
29 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestCommonAttrsScale001()
37 float scaleX = PARAM_0_POINT_5; in TestCommonAttrsScale002() local
39 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestCommonAttrsScale002()
43 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestCommonAttrsScale002()
51 float scaleX = PARAM_2; in TestCommonAttrsScale003() local
53 ArkUI_NumberValue value[PARAM_2] = {{.f32 = scaleX}, {.f32 = scaleY}}; in TestCommonAttrsScale003()
57 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_SCALE)->value[PARAM_0].f32, scaleX); in TestCommonAttrsScale003()
65 float scaleX in TestCommonAttrsScale004() local
79 float scaleX = PARAM_1; TestCommonAttrsScale005() local
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/divider/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/divider/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/divider/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/divider/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/main/js/MainAbility/pages/animate/router/
H A Dindex.js46 scaleX: 0.5,
67 scaleX: 1,
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/ohosTest/js/MainAbility/pages/animate/router/
H A Dindex.js46 scaleX: 0.5,
67 scaleX: 1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/toolbar/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/toolbar/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/toolbar/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/toolbar/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeFontTest.cpp1286 // 2. Call OH_Drawing_FontSetScaleX interface with scaleX parameter set to 10, and then call in HWTEST_F()
1289 float scaleX = OH_Drawing_FontGetScaleX(font); in HWTEST_F() local
1290 EXPECT_EQ(scaleX, 10); in HWTEST_F()
1291 // 3. Call OH_Drawing_FontSetScaleX interface with scaleX parameter set to 0.55, and then call in HWTEST_F()
1294 scaleX = OH_Drawing_FontGetScaleX(font); in HWTEST_F()
1295 EXPECT_EQ(IsScalarAlmostEqual(scaleX, 0.55), true); in HWTEST_F()
1336 // 2. Call OH_Drawing_FontSetScaleX 10 times (with random values for scaleX parameter), and call in HWTEST_F()
1344 float scaleX = OH_Drawing_FontGetScaleX(font); in HWTEST_F() local
1345 EXPECT_EQ(scaleX, val); in HWTEST_F()
1363 float scaleX in HWTEST_F() local
1383 float scaleX = OH_Drawing_FontGetScaleX(font); HWTEST_F() local
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router1/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router2/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridContainer/router/
H A Dindex.js49 scaleX:0.5,
70 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router/
H A Dindex.js46 scaleX:0.5,
67 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/input/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/button/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/chart/router/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router3/
H A Dindex.js48 scaleX:0.5,
69 scaleX:1,

Completed in 15 milliseconds

12345678910