Home
last modified time | relevance | path

Searched refs:sizeh (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h181 void DrawRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in DrawRectangle() argument
185 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in DrawRectangle()
208 void FillRectangle( s32 posh, s32 posv, s32 sizeh, s32 sizev, ut::Color8 color ) in FillRectangle() argument
212 math::VEC2(static_cast<f32>(sizeh), static_cast<f32>(sizev)), in FillRectangle()