Searched refs:pointSize (Results 1 – 4 of 4) sorted by relevance
138 virtual void SetPointSize(const f32 pointSize);
160 virtual void SetPointSize(const f32 pointSize);
219 void GraphicsDrawing::SetPointSize(const f32 pointSize) in SetPointSize() argument221 m_PointSize = pointSize; in SetPointSize()
211 void RenderSystemDrawing::SetPointSize(const f32 pointSize) in SetPointSize() argument213 m_GraphicsDrawing.SetPointSize(pointSize); in SetPointSize()