Lines Matching refs:s32
58 void SetScreenSize( s32 width, s32 height ) in SetScreenSize()
119 void SetMaxShapeVertexCount( s32 maxShapeVertexCount ) in SetMaxShapeVertexCount()
152 void DrawLine( s32 x1, s32 y1, s32 x2, s32 y2, ut::Color8 color ) in DrawLine()
179 void DrawRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in DrawRectangle()
206 void FillRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in FillRectangle()
241 void FillTriangles( const math::VEC2* pPointArray, s32 pointCount, ut::Color8 color );
254 void SetMaxTextCount( s32 maxTextCount ) in SetMaxTextCount()
316 f32 DrawString( s32 posh, s32 posv, const char* format, ... );
328 f32 DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args );
363 …s32 BuildTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3, math::VEC2…
372 s32 BuildRectangle( const math::VEC2& pos, const math::VEC2& size, math::VEC2 *pVecArray );
386 s32 BuildRectangle(
401 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …
408 void BuildColor( const s32 vertexCount, const ut::Color8 color,
449 static const s32 DEFAULT_SCREEN_WIDTH = 320;
450 static const s32 DEFAULT_SCREEN_HEIGHT = 240;
451 static const s32 DEFAULT_MAX_TEXT_COUNT = 512;
452 static const s32 DEFAULT_MAX_SHAPE_VERTEX_COUNT = 128;
454 static const s32 SHAPE_DRAW_LINE_VERTEX_COUNT = 6;
455 …static const s32 SHAPE_DRAW_RECTANGLE_VERTEX_COUNT = 4 * SHAPE_DRAW_LINE_VERTEX_CO…
456 static const s32 SHAPE_FILL_TRIANGLE_VERTEX_COUNT = 3;
457 …static const s32 SHAPE_FILL_RECTANGLE_VERTEX_COUNT = 2 * SHAPE_FILL_TRIANGLE_VERTE…
467 s32 m_MaxShapeVertexCount;
468 s32 m_ShapeVertexCount;
494 s32 m_MaxTextCount;