Searched refs:posh (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 147 void DrawRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in DrawRectangle() argument 150 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in DrawRectangle() 174 void FillRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in FillRectangle() argument 177 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in FillRectangle() 269 f32 DrawString( s32 posh, s32 posv, const char* format, ... ); 281 f32 DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args );
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 633 GraphicsDrawing::DrawString( s32 posh, s32 posv, const char* format, ... ) in DrawString() argument 637 m_TextWriter.SetCursor( static_cast<f32>(posh), static_cast<f32>(posv) ); in DrawString() 642 f32 width = this->DrawStringArgs( posh, posv, format, vargs); in DrawString() 651 GraphicsDrawing::DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args ) in DrawStringArgs() argument 655 m_TextWriter.SetCursor( static_cast<f32>(posh), static_cast<f32>(posv) ); in DrawStringArgs()
|