Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTexture.h195 NW_RES_FIELD_PRIMITIVE_DECL( s32, Width ) // GetWidth(), SetWidth()
292 NW_RES_FIELD_PRIMITIVE_DECL( s32, Width ) // GetWidth(), SetWidth() in NW_RES_CTOR()
451 DynamicBuilder& Width(s32 width) in Width() function
756 DynamicBuilder& Width(s32 width) in Width() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_IRenderTarget.h158 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width() function
/NW4C-1.3.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h133 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width() function
/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp373 .Width(s_ShadowTextureSize) in InitializeGraphics()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp381 .Width(s_ShadowTextureSize) in InitializeGraphics()