Home
last modified time | relevance | path

Searched refs:SetDynamicStateLineWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h351 virtual void SetDynamicStateLineWidth(const float lineWidth) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h572 void SetDynamicStateLineWidth(const float lineWidth) override;
H A Drender_command_list.cpp1782 void RenderCommandList::SetDynamicStateLineWidth(const float lineWidth) in SetDynamicStateLineWidth() function in RenderCommandList