| /NW4C-2.0.3/include/nw/font/ |
| D | font_CharStrmReader.h | 72 void Set(const char* stream) in Set() 85 void Set(const wchar_t* stream) in Set()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_BinaryReader.h | 115 void SetStream( MemoryStream* stream ) { m_pStream = stream; } in SetStream() 144 void SetStream( MemoryStream* stream ) { m_pStream = stream; } in SetStream()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_StreamSoundFileLoader.h | 35 StreamSoundFileLoader( io::FileStream& stream ) in StreamSoundFileLoader()
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResVertex.cpp | 154 ResInterleavedVertexStream stream = in GetVertexCount() local 160 ResVertexStream stream = ResStaticCast<ResVertexStream>( *this ); in GetVertexCount() local
|
| D | gfx_ResShape.cpp | 303 for (ResIndexStreamArray::iterator stream = indexStreams.begin(); stream != end; ++stream) in SetupDrawCommand() local
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchive.cpp | 228 io::FileStream* stream = in detail_OpenFileStream() local 234 io::FileStream* stream = OpenStream( in detail_OpenFileStream() local
|
| D | snd_MemorySoundArchive.cpp | 162 MemoryFileStream* stream = new( buffer ) MemoryFileStream( in OpenStream() local
|
| D | snd_HioSoundArchive.cpp | 102 HioFileStream* stream = new ( buffer ) HioFileStream( &m_HostFile, begin, length ); in OpenStream() local 115 HioFileStream* stream = new ( buffer ) HioFileStream( extFilePath, begin, length ); in OpenExtStream() local
|
| D | snd_RomSoundArchive.cpp | 161 RomFileStream* stream = new( buffer ) RomFileStream( &m_FileInfo, begin, length ); in OpenStream() local 183 RomFileStream* stream = new( buffer ) RomFileStream( extFilePath, begin, length ); in OpenExtStream() local
|
| D | snd_SoundArchiveLoader.cpp | 43 FileStreamHandle( io::FileStream* stream ) : m_pStream( stream ) { } in FileStreamHandle() 1074 FileStreamHandle stream = const_cast<SoundArchive*>(m_pSoundArchive)->detail_OpenFileStream( in ReadFile() local
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_ArchiveFont.cpp | 183 const void* stream, in StreamingConstruct()
|
| D | font_ArchiveFontBase.cpp | 861 const void* stream, in Attach()
|
| D | font_PackedFont.cpp | 174 const void* stream, in StreamingConstruct()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 364 ResVertexStream stream = interleave.GetVertexStreams( streamIdx ); in SetupActivateVertexAttributeCommand_() local 401 ResVertexStream stream = ResStaticCast<ResVertexStream>(attribute); in SetupActivateVertexAttributeCommand_() local
|
| D | gfx_RenderContext.cpp | 895 for (ResIndexStreamArray::iterator stream = indexStreams.begin(); stream != end; ++stream) in RenderPrimitive() local
|
| D | gfx_ParticleShape.cpp | 630 void* stream = *memory; in AddVertexParam() local
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 308 …NW_FORCE_INLINE bool GetStreamOrParameter(ParticleUsage usage, T** stream, T* param, ParticleBuffe… in GetStreamOrParameter()
|