Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h191 NW_RES_FIELD_PRIMITIVE_DECL( s32, Height ) // GetHeight(), SetHeight()
288 NW_RES_FIELD_PRIMITIVE_DECL( s32, Height ) // GetHeight(), SetHeight() in NW_RES_CTOR()
451 DynamicBuilder& Height(s32 height) in Height() function
902 DynamicBuilder& Height(s32 height) in Height() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_IRenderTarget.h163 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height() function
/NW4C-2.0.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h138 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height() function
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp376 .Height(s_ShadowTextureSize) in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp384 .Height(s_ShadowTextureSize) in InitializeGraphics()