Lines Matching refs:s32
56 void SetScreenSize( s32 width, s32 height ) in SetScreenSize()
120 void DrawLine( s32 x1, s32 y1, s32 x2, s32 y2, ut::Color8 color ) in DrawLine()
147 void DrawRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in DrawRectangle()
174 void FillRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in FillRectangle()
209 void FillTriangles( const math::VEC2* pPointArray, s32 pointCount, ut::Color8 color );
222 void SetMaxTextCount( s32 maxTextCount ) in SetMaxTextCount()
269 f32 DrawString( s32 posh, s32 posv, const char* format, ... );
281 f32 DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args );
335 …s32 BuildTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3, math::VEC2…
344 s32 BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArray );
358 s32 BuildRectangle(
373 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …
394 static const s32 DEFAULT_SCREEN_WIDTH = 320;
395 static const s32 DEFAULT_SCREEN_HEIGHT = 240;
396 static const s32 DEFAULT_MAX_TEXT_COUNT = 512;
418 s32 m_MaxTextCount;