Lines Matching refs:f32
60 m_ScreenSize = math::VEC2( static_cast<f32>(width), static_cast<f32>(height) ); in SetScreenSize()
129 void SetLineWidth( f32 width ) { m_LineWidth = width; } in SetLineWidth()
155 math::VEC2(static_cast<f32>(x1), static_cast<f32>(y1)), in DrawLine()
156 math::VEC2(static_cast<f32>(x2), static_cast<f32>(y2)), in DrawLine()
182 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in DrawRectangle()
183 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in DrawRectangle()
209 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in FillRectangle()
210 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in FillRectangle()
304 f32 DrawString( const char* format, ... );
316 f32 DrawString( s32 posh, s32 posv, const char* format, ... );
328 f32 DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args );
401 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …
409 f32* pColorArray );
459 static const f32 FONT_SIZE;
460 static const f32 FONT_FIXED_WIDTH;
465 f32 m_LineWidth;
485 f32* m_ShapeColorStreamArray;