Searched refs:lineWidth (Results 1 – 6 of 6) sorted by relevance
49 void util::DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth) in DrawBox() argument52 s_pRenderSystem->SetLineWidth(lineWidth); in DrawBox()
59 void DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth = 1.0f);
154 virtual void SetLineWidth(const f32 lineWidth);
176 virtual void SetLineWidth(const f32 lineWidth);
239 void GraphicsDrawing::SetLineWidth(const f32 lineWidth) in SetLineWidth() argument241 m_LineWidth = lineWidth; in SetLineWidth()
221 void RenderSystemDrawing::SetLineWidth(const f32 lineWidth) in SetLineWidth() argument223 m_GraphicsDrawing.SetLineWidth(lineWidth); in SetLineWidth()