Home
last modified time | relevance | path

Searched refs:SetCornerRadiusInfoForDRM (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h439 void SetCornerRadiusInfoForDRM(const std::vector<float>& drmCornerRadiusInfo) in SetCornerRadiusInfoForDRM() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h177 void SetCornerRadiusInfoForDRM(const std::vector<float>& drmCornerRadiusInfo) in SetCornerRadiusInfoForDRM() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2005 hwcNode->SetCornerRadiusInfoForDRM({}); in UpdateCornerRadiusInfoForDRM()
2012 hwcNode->SetCornerRadiusInfoForDRM({}); in UpdateCornerRadiusInfoForDRM()
2017 hwcNode->SetCornerRadiusInfoForDRM({}); in UpdateCornerRadiusInfoForDRM()
2023 hwcNode->SetCornerRadiusInfoForDRM({}); in UpdateCornerRadiusInfoForDRM()
2041 hwcNode->SetCornerRadiusInfoForDRM(drmCornerRadiusInfo); in UpdateCornerRadiusInfoForDRM()
2046 hwcNode->SetCornerRadiusInfoForDRM({}); in UpdateCornerRadiusInfoForDRM()
H A Drs_uni_render_processor.cpp278 layer->SetCornerRadiusInfoForDRM(params.GetCornerRadiusInfoForDRM()); in GetLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp455 HdiLayerInfoTest::hdiLayerInfo_->SetCornerRadiusInfoForDRM(cornerRadiusInfo);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1209 void SetCornerRadiusInfoForDRM(const std::vector<float>& drmCornerRadius);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2929 void RSSurfaceRenderNode::SetCornerRadiusInfoForDRM(const std::vector<float>& drmCornerRadiusInfo) in SetCornerRadiusInfoForDRM() function in OHOS::Rosen::RSSurfaceRenderNode
2934 surfaceParams->SetCornerRadiusInfoForDRM(drmCornerRadiusInfo); in SetCornerRadiusInfoForDRM()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp777 node->SetCornerRadiusInfoForDRM(cornerRadiusInfo);