Searched refs:FillRectangle (Results 1 – 2 of 2) sorted by relevance
174 void FillRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in FillRectangle() function176 this->FillRectangle( in FillRectangle()190 void FillRectangle( const math::VEC2& pos, const math::VEC2& size, ut::Color8 color );
278 GraphicsDrawing::FillRectangle( const math::VEC2& pos, const math::VEC2& size, ut::Color8 color ) in FillRectangle() function in nw::demo::GraphicsDrawing