Home
last modified time | relevance | path

Searched refs:SetOutlineDashGap (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.cpp189 surfaceNode->SetOutlineDashGap(width); in RSNodeFuzzTestInner02()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp228 properties.SetOutlineDashGap(widthVector); in RSPropertiesFuzzTestInner03()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h229 void SetOutlineDashGap(const Vector4f& dashGap);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h290 void SetOutlineDashGap(const Vector4f& dashGap);
H A Drs_node.cpp1382 void RSNode::SetOutlineDashGap(const Vector4f& dashGap) in SetOutlineDashGap() 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.cpp1063 properties.SetOutlineDashGap(zeroData); in CheckDashParams()
1068 properties.SetOutlineDashGap(posData); in CheckDashParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp127 properties.SetOutlineDashGap(width);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp173 [](RSProperties* prop) { prop->SetOutlineDashGap({-1.f}); }, // OUTLINE_DASH_GAP in __anonf204f7ba5d02()
1200 void RSProperties::SetOutlineDashGap(const Vector4f& dashGap) in SetOutlineDashGap() 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.cpp69 rsNode->SetOutlineDashGap(params); in SetOutlineDashParamsAndTest()
H A Drs_node_test.cpp79 rsNode->SetOutlineDashGap(params); in SetOutlineDashParamsAndTest()