Lines Matching refs:f32
58 m_ScreenSize = math::VEC2( static_cast<f32>(width), static_cast<f32>(height) ); in SetScreenSize()
102 void SetLineWidth(f32 width) { m_LineWidth = width; } in SetLineWidth()
123 math::VEC2(static_cast<f32>(x1), static_cast<f32>(y1)), in DrawLine()
124 math::VEC2(static_cast<f32>(x2), static_cast<f32>(y2)), in DrawLine()
150 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in DrawRectangle()
151 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in DrawRectangle()
177 math::VEC2(static_cast<f32>(posh), static_cast<f32>(posv)), in FillRectangle()
178 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in FillRectangle()
256 f32 DrawString( const char* format, ... );
269 f32 DrawString( s32 posh, s32 posv, const char* format, ... );
281 f32 DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args );
373 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …
404 f32 m_LineWidth;