Searched refs:Function (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_SoundPlayer.h | 371 template< class Function > 372 Function ForEachSound( Function function, bool reverse = false ); 389 template< class Function > 390 Function ForEachSoundPriorityOrder( Function function, bool reverse = false ); 452 template< class Function > 453 inline Function SoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() 485 template< class Function > 486 Function SoundPlayer::ForEachSoundPriorityOrder( Function function, bool reverse ) in ForEachSoundPriorityOrder()
|
| D | snd_ExternalSoundPlayer.h | 64 template< class Function > 65 Function ForEachSound( Function function, bool reverse = false ); 76 template< class Function > 77 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()
|
| D | snd_SoundActor.h | 429 template< class Function > 430 Function ForEachSound( Function function, bool reverse = false ); 477 template< class Function > 478 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound() 482 m_ActorPlayer[ actorPlayerIndex ].ForEachSound<Function>( function, reverse ); in ForEachSound()
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResProceduralTexture.h | 137 enum Function enum 154 …NW_RES_FIELD_PRIMITIVE_DECL( Function, MappingFunction ) // GetMappingFunction(), SetMappingF… 155 …NW_RES_FIELD_PRIMITIVE_DECL( Function, AlphaMappingFunction ) // GetAlphaMappingFunction(), SetAlp…
|