Home
last modified time | relevance | path

Searched refs:SetOutlineDashWidth (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp188 surfaceNode->SetOutlineDashWidth(width); in RSNodeFuzzTestInner02()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp227 properties.SetOutlineDashWidth(widthVector); in RSPropertiesFuzzTestInner03()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h228 void SetOutlineDashWidth(const Vector4f& dashWidth);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h289 void SetOutlineDashWidth(const Vector4f& dashWidth);
H A Drs_node.cpp1376 void RSNode::SetOutlineDashWidth(const Vector4f& dashWidth) in SetOutlineDashWidth() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1062 properties.SetOutlineDashWidth(zeroData); in CheckDashParams()
1067 properties.SetOutlineDashWidth(posData); in CheckDashParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp126 properties.SetOutlineDashWidth(width);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp172 [](RSProperties* prop) { prop->SetOutlineDashWidth({-1.f}); }, // OUTLINE_DASH_WIDTH in __anonf204f7ba5c02()
1190 void RSProperties::SetOutlineDashWidth(const Vector4f& dashWidth) in SetOutlineDashWidth() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp68 rsNode->SetOutlineDashWidth(params); in SetOutlineDashParamsAndTest()
H A Drs_node_test.cpp78 rsNode->SetOutlineDashWidth(params); in SetOutlineDashParamsAndTest()