Home
last modified time | relevance | path

Searched refs:GetOutlineDashGap (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h73 Vector4f GetOutlineDashGap() const;
H A Drs_modifier_extractor.cpp248 Vector4f RSModifierExtractor::GetOutlineDashGap() const in GetOutlineDashGap() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h235 Vector4f GetOutlineDashGap() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1073 auto outlineDashGap = properties.GetOutlineDashGap(); in CheckDashParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp71 auto borderOutlineGap = rsNode->GetStagingProperties().GetOutlineDashGap(); in SetOutlineDashParamsAndTest()
H A Drs_node_test.cpp81 auto borderOutlineGap = rsNode->GetStagingProperties().GetOutlineDashGap(); in SetOutlineDashParamsAndTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1241 Vector4f RSProperties::GetOutlineDashGap() const in GetOutlineDashGap() function in OHOS::Rosen::RSProperties