Home
last modified time | relevance | path

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

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