Lines Matching refs:f32
62 m_ScreenSize = math::VEC2( static_cast<f32>(width), static_cast<f32>(height) ); in SetScreenSize()
131 void SetLineWidth( f32 width ) { m_LineWidth = width; } in SetLineWidth()
157 math::VEC2(static_cast<f32>(x1), static_cast<f32>(y1)), in DrawLine()
158 math::VEC2(static_cast<f32>(x2), static_cast<f32>(y2)), in DrawLine()
184 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in DrawRectangle()
185 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in DrawRectangle()
211 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in FillRectangle()
212 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in FillRectangle()
306 f32 DrawString( const char* format, ... );
318 f32 DrawString( s32 posh, s32 posv, const char* format, ... );
330 f32 DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args );
403 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …
411 f32* pColorArray );
461 static const f32 FONT_SIZE;
462 static const f32 FONT_FIXED_WIDTH;
467 f32 m_LineWidth;
487 f32* m_ShapeColorStreamArray;