Home
last modified time | relevance | path

Searched refs:m_LineWidth (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp37 m_LineWidth( 2.0f ), in GraphicsDrawing()
247 s32 count = this->BuildLine(p1, p2, m_LineWidth, &m_PositionStream[0]); in DrawLine()
264 …count += this->BuildLine(pos, math::VEC2(pos.x + size.x, pos.y), m_LineWidth, &m_PositionSt… in DrawRectangle()
265 …count += this->BuildLine(math::VEC2(pos.x + size.x, pos.y), pos + size, m_LineWidth, &m_PositionSt… in DrawRectangle()
266 …count += this->BuildLine(pos + size, math::VEC2(pos.x, pos.y + size.y), m_LineWidth, &m_PositionSt… in DrawRectangle()
267 …count += this->BuildLine(math::VEC2(pos.x, pos.y + size.y), pos, m_LineWidth, &m_PositionSt… in DrawRectangle()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h102 void SetLineWidth(f32 width) { m_LineWidth = width; } in SetLineWidth()
404 f32 m_LineWidth; variable