Searched refs:DrawRectangle (Results 1 – 2 of 2) sorted by relevance
181 void DrawRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in DrawRectangle() function183 this->DrawRectangle( in DrawRectangle()197 void DrawRectangle( const math::VEC2& pos, const math::VEC2& size, ut::Color8 color );
262 GraphicsDrawing::DrawRectangle( const math::VEC2& pos, const math::VEC2& size, ut::Color8 color ) in DrawRectangle() function in nw::demo::GraphicsDrawing