Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h374 s32 BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArray );
388 s32 BuildRectangle(
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp293 s32 count = this->BuildRectangle(pos, size, &m_ShapePositionStreamArray[ m_ShapeVertexCount ]); in FillRectangle()
712 GraphicsDrawing::BuildRectangle( in BuildRectangle() function in nw::demo::GraphicsDrawing
730 GraphicsDrawing::BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArr… in BuildRectangle() function in nw::demo::GraphicsDrawing
735 count += this->BuildRectangle( in BuildRectangle()
760 …count += this->BuildRectangle( pt1 - ortho / 2, pt1 + ortho / 2, pt2 + ortho / 2, pt2 - ortho / 2,… in BuildLine()