Home
last modified time | relevance | path

Searched defs:w (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneHelper.h116 float w = in CalculateDepth() local
139 float w = in CalculateDepth() local
Dgfx_ShaderProgram.h269 …void SetUniformInt(ShaderUniform location, s32 x, s32 y, s32 z, s32 w) const { glUniform4i(m_Unifo… in SetUniformInt()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmButton.cpp28 SmButton::SmButton( uint x, uint y, uint w, uint h ) in SmButton()
DSmPerf.cpp252 #define _SET_BAR_RECT( prim, x, y, w, h, color ) \ in Render() argument
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmRectCollision.h35 void SetRect( f32 x, f32 y, f32 w, f32 h ) in SetRect()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp643 s32 w = m_Description.width; in Create() local
758 s32 w = m_Description.width; in Create() local
/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawerCommand.h132 #define NW_FONT_CMD_SET_SCISSOR( x, y, w, h, cbSz ) \ argument
/NW4C-1.2.23/include/nw/ut/
Dut_ResTypes.h303 nw::ut::ResF32 w; member
350 ResF32 w; member
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Common.cpp369 f32 w = size.width; in DrawLine() local
Dlyt_Window.cpp39 f32 x, y, w, h; member
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShader.h296 void SetValue(f32 x, f32 y, f32 z, f32 w) in SetValue()