Searched refs:BuildLine (Results 1 – 2 of 2) sorted by relevance
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 252 …s32 count = this->BuildLine( p1, p2, m_LineWidth, &m_ShapePositionStreamArray[ m_ShapeVertexCount … in DrawLine() 268 count += this->BuildLine( pos, math::VEC2( pos.x + size.x, pos.y ), in DrawRectangle() 271 count += this->BuildLine( in DrawRectangle() 275 count += this->BuildLine( pos + size, math::VEC2( pos.x, pos.y + size.y ), in DrawRectangle() 278 count += this->BuildLine(math::VEC2( pos.x, pos.y + size.y ), pos, in DrawRectangle() 747 GraphicsDrawing::BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2… in BuildLine() function in nw::demo::GraphicsDrawing
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 403 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …
|