Home
last modified time | relevance | path

Searched defs:SetWidth (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Rect.h132 void SetWidth(f32 width) { right = left + width; } in SetWidth() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_FrameBuffer.h122 void SetWidth(u32 width) { m_Description.width = width; } in SetWidth() function