| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_ResDeclMacros.h | 27 #define NW_RES_FIELD_PRIMITIVE_DECL( type, name ) \ argument 31 #define NW_RES_FIELD_FLAGS_DECL( type, name ) \ argument 37 #define NW_RES_FIELD_BOOL_PRIMITIVE_DECL( name ) \ argument 42 #define NW_RES_FIELD_STRING_DECL( name ) \ argument 46 #define NW_RES_FIELD_CLASS_DECL( type, name ) \ argument 50 #define NW_RES_FIELD_STRUCT_DECL( type, name ) \ argument 55 #define NW_RES_FIELD_VECTOR2_DECL( type, name ) \ argument 60 #define NW_RES_FIELD_VECTOR3_DECL( type, name ) \ argument 65 #define NW_RES_FIELD_RECT_DECL( type, name ) \ argument 72 #define NW_RES_FIELD_FLOAT_COLOR_DECL( type, name ) \ argument [all …]
|
| D | ut_ResTypeInfo.h | 28 #define NW_UT_RES_TYPE_INFO(name) internal::name##_TYPE_INFO argument
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_ArcResourceAccessor.cpp | 151 const wchar_t* name, in GetResourceSub() 253 const char* name, in GetResource() 291 ArcResourceAccessor::GetFont(const char *name) in GetFont() 309 ArcResourceAccessor::RegistFont(const char* name, font::Font* pFont) in RegistFont() 321 ArcResourceAccessor::GetTexture(const char *name) in GetTexture() 342 ArcResourceAccessor::RegistTexture(const char* name, const TextureInfo& textureInfo) in RegistTexture() 405 const char* name, in GetResource() 425 MultiArcResourceAccessor::GetFont(const char *name) in GetFont() 443 MultiArcResourceAccessor::RegistFont(const char* name, font::Font* pFont) in RegistFont() 455 MultiArcResourceAccessor::GetTexture(const char *name) in GetTexture() [all …]
|
| D | lyt_TextureContainer.cpp | 43 const char* name, in Set() 70 TextureContainer::FindTextureByName(const char* name) in FindTextureByName() 101 TextureContainer::RegistTexture(const char* name, const TextureInfo& textureInfo) in RegistTexture()
|
| D | lyt_FontContainer.cpp | 59 const char* name, in Set() 87 const char* name in FindFontByName() 119 FontContainer::RegistFont(const char* name, font::Font* pFont, bool own) in RegistFont()
|
| D | lyt_ResourceAccessor.cpp | 37 ResourceAccessor::LoadTexture(const char *name) in LoadTexture() 58 ResourceAccessor::LoadFont(const char *name) in LoadFont()
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_ParticleProfile.h | 138 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name) argument 143 #define NW_PARTICLE_PROFILE(name) \ argument 163 #define NW_PARTICLE_PROFILE_START(name) (void)0 argument 165 #define NW_PARTICLE_PROFILE(name) (void)0 argument
|
| D | dev_Config.h | 29 #define NW_PROFILE(name) nw::dev::AutoProfile NW_profile(name, nw::dev::ProfileCenter::GetProfileMa… argument 37 #define NW_PROFILE(name) (void)0 argument
|
| /NW4C-1.3.3/tools/FontConverter/xggp/ |
| D | glyph-groups.dtd | 17 <!ATTLIST generator name CDATA #REQUIRED> attribute 22 <!ATTLIST group name CDATA #REQUIRED> attribute
|
| /NW4C-1.3.3/demos/snd/demolib/include/ |
| D | demolib.h | 107 Param( const char* name ) : m_pName( name ) {} in Param() 132 ParamInt( const char* name, int init, int step, int min, int max ) in ParamInt() 162 ParamF32( const char* name, f32 init, f32 step, f32 min, f32 max ) in ParamF32() 192 ParamBool( const char* name, int init ) in ParamBool()
|
| /NW4C-1.3.3/tools/FontConverter/xllt/ |
| D | letter-list.dtd | 17 <!ATTLIST generator name CDATA #REQUIRED> attribute
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_ParticleProfile.cpp | 87 bool ParticleProfileCenter::Start(const char* name) in Start()
|
| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | SmInitialFileParser.h | 196 std::string name; // 名前 member 233 const char* name = m_Data[i].name.c_str(); in GetF32() local
|
| D | SmLayout.h | 97 nw::ut::Rect GetOriginalRect( const char* name ) const in GetOriginalRect() 110 nw::lyt::Pane* GetPane( const char* name ) const in GetPane()
|
| /NW4C-1.3.3/tools/FontConverter/xlor/ |
| D | letter-order.dtd | 17 <!ATTLIST generator name CDATA #REQUIRED> attribute
|
| /NW4C-1.3.3/include/nw/anim/res/ |
| D | anim_ResTypeInfo.h | 28 #define NW_ANIM_RES_TYPE_INFO(name) res::name##_TYPE_INFO argument
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_TextWriterResource.cpp | 40 const char* name in GetUniformLocation()
|
| D | font_Font.cpp | 94 u32 name, in Set()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_Particle.cpp | 155 const char** name = nodeNames; in Register() local 179 const char** name = nodeNames; in Register() local
|
| /NW4C-1.3.3/demos/Nw4cDemo/sources/ |
| D | SmLayout.cpp | 28 nw::ut::Rect SmLayoutResource::GetRect( const char* name ) in GetRect()
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResShader.cpp | 409 const char* name, in GetVertexUniformIndex() 430 const char* name, in GetGeometryUniformIndex()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_AmbientLight.cpp | 134 AmbientLight::CreateResAmbientLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResAmbientLight()
|
| D | gfx_HemiSphereLight.cpp | 136 HemiSphereLight::CreateResHemiSphereLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResHemiSphereLight()
|
| D | gfx_VertexLight.cpp | 153 VertexLight::CreateResVertexLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResVertexLight()
|
| /NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/ |
| D | MultiAnimationDemo.cpp | 457 ReattachObjectByName(const char* name, nw::gfx::SceneNode* root) in ReattachObjectByName() 472 MoveObjectByName(const char* name, f32 x, f32 y, f32 z) in MoveObjectByName()
|