Searched refs:BuildRectangle (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 284 s32 count = this->BuildRectangle(pos, size, &m_PositionStream[0]); in FillRectangle() 338 GraphicsDrawing::BuildRectangle( in BuildRectangle() function in nw::demo::GraphicsDrawing 356 GraphicsDrawing::BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArr… in BuildRectangle() function in nw::demo::GraphicsDrawing 361 count += this->BuildRectangle( in BuildRectangle() 386 …count += this->BuildRectangle( pt1 - ortho / 2, pt1 + ortho / 2, pt2 + ortho / 2, pt2 - ortho / 2,… in BuildLine()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 344 s32 BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArray ); 358 s32 BuildRectangle(
|