Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h372 s32 BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArray );
386 s32 BuildRectangle(
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp291 s32 count = this->BuildRectangle(pos, size, &m_ShapePositionStreamArray[ m_ShapeVertexCount ]); in FillRectangle()
710 GraphicsDrawing::BuildRectangle( in BuildRectangle() function in nw::demo::GraphicsDrawing
728 GraphicsDrawing::BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArr… in BuildRectangle() function in nw::demo::GraphicsDrawing
733 count += this->BuildRectangle( in BuildRectangle()
758 …count += this->BuildRectangle( pt1 - ortho / 2, pt1 + ortho / 2, pt2 + ortho / 2, pt2 - ortho / 2,… in BuildLine()