| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_ResDeclMacros.h | 26 #define NW_RES_FIELD_PRIMITIVE_DECL( type, name ) \ argument 31 #define NW_RES_FIELD_BOOL_PRIMITIVE_DECL( name ) \ argument 36 #define NW_RES_FIELD_STRING_DECL( name ) \ argument 40 #define NW_RES_FIELD_CLASS_DECL( type, name ) \ argument 44 #define NW_RES_FIELD_STRUCT_DECL( type, name ) \ argument 49 #define NW_RES_FIELD_VECTOR2_DECL( type, name ) \ argument 54 #define NW_RES_FIELD_VECTOR3_DECL( type, name ) \ argument 59 #define NW_RES_FIELD_RECT_DECL( type, name ) \ argument 64 #define NW_RES_FIELD_FLOAT_COLOR_DECL( type, name ) \ argument 70 #define NW_RES_FIELD_FLOAT_U32_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.2.23/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() 84 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() 102 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.2.23/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.2.23/tools/FontConverter/xggp/ |
| D | glyph-groups.dtd | 17 <!ATTLIST generator name CDATA #REQUIRED> attribute 22 <!ATTLIST group name CDATA #REQUIRED> attribute
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_AnimHelper.cpp | 26 GetBaseObject(nw::gfx::ResMaterial resMat, const char* name) in GetBaseObject()
|
| D | gfx_AmbientLight.cpp | 103 AmbientLight::CreateResAmbientLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResAmbientLight()
|
| D | gfx_HemiSphereLight.cpp | 105 HemiSphereLight::CreateResHemiSphereLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResHemiSphereLight()
|
| D | gfx_VertexLight.cpp | 122 VertexLight::CreateResVertexLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResVertexLight()
|
| D | gfx_FragmentLight.cpp | 122 FragmentLight::CreateResFragmentLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResFragmentLight()
|
| /NW4C-1.2.23/tools/FontConverter/xllt/ |
| D | letter-list.dtd | 17 <!ATTLIST generator name CDATA #REQUIRED> attribute
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_ParticleProfile.cpp | 87 bool ParticleProfileCenter::Start(const char* name) in Start()
|
| /NW4C-1.2.23/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.2.23/sources/libraries/demo/ |
| D | demo_Particle.cpp | 139 const char** name = nodeNames; in Register() local 163 const char** name = nodeNames; in Register() local
|
| /NW4C-1.2.23/tools/FontConverter/xlor/ |
| D | letter-order.dtd | 17 <!ATTLIST generator name CDATA #REQUIRED> attribute
|
| /NW4C-1.2.23/include/nw/anim/res/ |
| D | anim_ResTypeInfo.h | 28 #define NW_ANIM_RES_TYPE_INFO(name) res::name##_TYPE_INFO argument
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_TextWriterResource.cpp | 40 const char* name in GetUniformLocation()
|
| D | font_Font.cpp | 94 u32 name, in Set()
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmLayout.cpp | 28 nw::ut::Rect SmLayoutResource::GetRect( const char* name ) in GetRect()
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResShader.cpp | 398 const char* name, in GetVertexUniformIndex() 419 const char* name, in GetGeometryUniformIndex()
|