Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h185 NW_RES_FIELD_PRIMITIVE_DECL( s32, Height ) // GetHeight(), SetHeight()
282 NW_RES_FIELD_PRIMITIVE_DECL( s32, Height ) // GetHeight(), SetHeight() in NW_RES_CTOR()
444 DynamicBuilder& Height(s32 height) in Height() function
749 DynamicBuilder& Height(s32 height) in Height() function
/NW4C-1.2.23/include/nw/gfx/
Dgfx_IRenderTarget.h161 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height() function
/NW4C-1.2.23/include/nw/demo/
Ddemo_DisplayBufferSwapper.h136 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height() function
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp379 .Height(s_ShadowTextureSize) in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp390 .Height(s_ShadowTextureSize) in InitializeGraphics()