Home
last modified time | relevance | path

Searched refs:borderRadiusVal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp226 auto borderRadiusVal = Dimension(1.0f); variable
227 borderRadiusProperty.SetRadius(borderRadiusVal);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_func_wrapper_test_ng_coverage.cpp450 std::optional<BorderRadiusProperty> borderRadiusVal; in __anon8b7ebbcb0502() local
451 OptionsAfterApplied optionTmp = {0, shadowVal, "test", borderRadiusVal, {bgBackEffect}}; in __anon8b7ebbcb0502()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp933 std::optional<BorderRadiusProperty> borderRadiusVal; variable
934 OptionsAfterApplied optionTmp = {0, shadowVal, "test", borderRadiusVal, {bgBackEffect}};
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp295 auto borderRadiusVal = nodeAPI->getAttribute(rootNode, NODE_BORDER_RADIUS); variable
296 EXPECT_EQ(borderRadiusVal->value[0].f32, val10);
306 borderRadiusVal = nodeAPI->getAttribute(rootNode, NODE_BORDER_RADIUS_PERCENT);
307 EXPECT_EQ(borderRadiusVal->value[0].f32, val01);