Searched refs:m_LineWidth (Results 1 – 2 of 2) sorted by relevance
34 m_PointSize(1.0f), m_LineWidth(1.0f), in GraphicsDrawing()66 m_LineWidth = 1.0f; in Initialize()241 m_LineWidth = lineWidth; in SetLineWidth()249 f32 s_LineHalfWidth = 0.5f * m_LineWidth; in DrawLine()
298 f32 m_LineWidth; variable