/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | appearance_outlineborder_radius_test.cpp | 44 node->SetOutlineWidth(borderWidth); in setNode() 123 testNodeWidth->SetOutlineWidth({ widthList[i], widthList[i], widthList[i], widthList[i] }); in GRAPHIC_TEST() 135 testNodeFourWidth->SetOutlineWidth({ widthList[1] * 0, widthList[1] * 2, widthList[1] * 4, widthList[1] * 8 }); in GRAPHIC_TEST() 168 testNodeStyle->SetOutlineWidth({ borderWidth, borderWidth, borderWidth, borderWidth }); in GRAPHIC_TEST() 181 testNodeFourStyle->SetOutlineWidth({ borderWidth, borderWidth, borderWidth, borderWidth }); in GRAPHIC_TEST() 205 testNodeDashWidth->SetOutlineWidth({ 5, 5, 5, 5 }); in GRAPHIC_TEST() 219 testNodeFourDashWidth->SetOutlineWidth({ 5, 5, 5, 5 }); in GRAPHIC_TEST() 232 testNodeSolid->SetOutlineWidth({ 5, 5, 5, 5 }); in GRAPHIC_TEST() 256 testNodeDashGap->SetOutlineWidth({ 5, 5, 5, 5 }); in GRAPHIC_TEST() 269 testNodeFourDashGap->SetOutlineWidth({ in GRAPHIC_TEST() [all...] |
H A D | appearance_outlineborder_test.cpp | 45 node->SetOutlineWidth(borderWidth); in setNode() 109 testNodeWidth->SetOutlineWidth({ widthList[i], widthList[i], widthList[i], widthList[i] }); in GRAPHIC_TEST() 120 testNodeFourWidth->SetOutlineWidth({ widthList[1] * 0, widthList[1] * 2, widthList[1] * 4, widthList[1] * 8 }); in GRAPHIC_TEST() 144 testNodeStyle->SetOutlineWidth({ FIVE_, FIVE_, FIVE_, FIVE_ }); in GRAPHIC_TEST() 156 testNodeFourStyle->SetOutlineWidth({ FIVE_, FIVE_, FIVE_, FIVE_ }); in GRAPHIC_TEST() 179 testNodeDashWidth->SetOutlineWidth({ FIVE_, FIVE_, FIVE_, FIVE_ }); in GRAPHIC_TEST() 192 testNodeFourDashWidth->SetOutlineWidth({ FIVE_, FIVE_, FIVE_, FIVE_ }); in GRAPHIC_TEST() 204 testNodeSolid->SetOutlineWidth({ FIVE_, FIVE_, FIVE_, FIVE_ }); in GRAPHIC_TEST() 227 testNodeDashGap->SetOutlineWidth({ FIVE_, FIVE_, FIVE_, FIVE_ }); in GRAPHIC_TEST() 239 testNodeFourDashGap->SetOutlineWidth({ FIVE in GRAPHIC_TEST() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 425 properties.SetOutlineWidth(zeroWidth); in HWTEST_F() 426 properties.SetOutlineWidth(width); in HWTEST_F()
|
H A D | rs_properties_test.cpp | 940 * @tc.desc: test results of SetOutlineWidth 949 properties.SetOutlineWidth(width); in HWTEST_F() 953 properties.SetOutlineWidth(width); in HWTEST_F() 1145 properties.SetOutlineWidth(zeroWidth); in HWTEST_F() 1146 properties.SetOutlineWidth(width); in HWTEST_F()
|
H A D | rs_property_drawable_bounds_geometry_test.cpp | 2055 propertiesTwo.SetOutlineWidth(1.f); in HWTEST_F() 2057 properties.SetOutlineWidth(1.f); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 285 void SetOutlineWidth(const Vector4f& width);
|
H A D | rs_node.cpp | 1335 SetOutlineWidth(width); in SetOuterBorderWidth() 1354 void RSNode::SetOutlineWidth(const Vector4f& width) in SetOutlineWidth() function in OHOS::Rosen::RSNode
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 45 static ArkUINativeModuleValue SetOutlineWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 1927 ArkUINativeModuleValue CommonBridge::SetOutlineWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOutlineWidth() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 479 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetOutlineWidth)); in GetArkUINativeModule()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 225 void SetOutlineWidth(Vector4f width);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 2051 rsNode->SetOutlineWidth(floatData[1]); in HWTEST_F() 2063 rsNode->SetOutlineWidth(floatData[2]); in HWTEST_F() 2075 rsNode->SetOutlineWidth(floatData[3]); in HWTEST_F() 2087 rsNode->SetOutlineWidth(floatData[4]); in HWTEST_F() 2099 rsNode->SetOutlineWidth(floatData[0]); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 164 [](RSProperties* prop) { prop->SetOutlineWidth(0.f); }, // OUTLINE_WIDTH 1162 void RSProperties::SetOutlineWidth(Vector4f width) in SetOutlineWidth() function in OHOS::Rosen::RSProperties
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4640 void SetOutlineWidth(ArkUINodeHandle node, const ArkUI_Float32* values, int32_t valuesSize) in SetOutlineWidth() function 6241 ResetConstraintSize, SetOutlineColor, ResetOutlineColor, SetOutlineRadius, ResetOutlineRadius, SetOutlineWidth, in GetCommonModifier() 6315 ResetConstraintSize, SetOutlineColor, ResetOutlineColor, SetOutlineRadius, ResetOutlineRadius, SetOutlineWidth, in GetCJUICommonModifier()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test.cpp | 573 properties.SetOutlineWidth(10.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3260 int32_t SetOutlineWidth(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetOutlineWidth() function 12732 SetOutlineWidth, in SetCommonAttribute()
|