| /NW4C-1.2.23/tools/DebuggerLauncher/ |
| D | CLOADRUNCTR.H | 82 m_hDLL = NULL; in CLoadRun() 83 m_pId2serialno = NULL; in CLoadRun() 84 m_pSerialno2id = NULL; in CLoadRun() 85 m_pGetDefaultBinDir = NULL; in CLoadRun() 86 m_pGetDefaultCfgDir = NULL; in CLoadRun() 87 m_pSetDir = NULL; in CLoadRun() 88 m_pSetAllocator = NULL; in CLoadRun() 89 m_pGetList = NULL; in CLoadRun() 90 m_pConnectDebuggerEx = NULL; in CLoadRun() 91 m_pConnectExistDebugger = NULL; in CLoadRun() [all …]
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_SoundDataManager.cpp | 58 : m_pFileTable ( NULL ), in SoundDataManager() 59 m_pSoundArchive( NULL ), in SoundDataManager() 60 m_pFileManager( NULL ) in SoundDataManager() 120 m_pSoundArchive = NULL; in Finalize() 121 m_pFileManager = NULL; in Finalize() 122 m_pFileTable = NULL; in Finalize() 147 m_pFileTable->item[ i ].address = NULL; in CreateFileAddressTable() 164 if ( m_pSoundArchive == NULL ) return false; in IsAvailable() 181 if ( pAllocator == NULL ) return false; in LoadData() 234 if ( fileAddress == NULL ) in LoadImpl() [all …]
|
| D | snd_MemorySoundArchive.cpp | 33 : m_pData( NULL ) in MemorySoundArchive() 106 m_pData = NULL; in Finalize() 118 return NULL; in detail_GetFileAddress() 125 return NULL; in detail_GetFileAddress() 130 return NULL; in detail_GetFileAddress() 132 if ( groupInfo.extFilePath != NULL ) in detail_GetFileAddress() 135 return NULL; in detail_GetFileAddress() 145 return NULL; in detail_GetFileAddress() 158 if ( m_pData == NULL ) return NULL; in OpenStream() 159 if ( size < sizeof( MemoryFileStream ) ) return NULL; in OpenStream() [all …]
|
| D | snd_DriverCommandManager.cpp | 41 m_CommandListBegin = NULL; in Initialize() 42 m_CommandListEnd = NULL; in Initialize() 68 if ( ptr != NULL ) return ptr; in AllocMemory() 72 if ( ptr != NULL ) return ptr; in AllocMemory() 75 while( ptr == NULL ) in AllocMemory() 87 void* ptr = NULL; in TryAllocMemory() 89 if ( m_CommandMemoryAreaZeroFlag ) return NULL; in TryAllocMemory() 110 if ( ptr != NULL && m_CommandMemoryAreaBegin == m_CommandMemoryAreaEnd ) { in TryAllocMemory() 135 if ( m_CommandListEnd == NULL ) in PushCommand() 146 command->next = NULL; in PushCommand() [all …]
|
| D | snd_MidiSequencePlayer.cpp | 43 m_NoteInfo[i].channel = NULL; in MidiSequencePlayer() 59 if ( track == NULL ) continue; in Start() 132 if ( track == NULL ) return; in NoteOn() 141 if ( noteInfo != NULL ) in NoteOn() 153 noteInfo->channel = NULL; in NoteOn() 158 if ( channel == NULL ) return; in NoteOn() 173 if ( track == NULL ) return; in NoteOff() 181 if ( noteInfo == NULL ) break; in NoteOff() 185 noteInfo->channel = NULL; in NoteOff() 192 if ( track == NULL ) return; in HandleControlChangeMessage() [all …]
|
| D | snd_PlayerHeap.cpp | 36 : m_pSound( NULL ), in PlayerHeap() 37 m_pPlayer( NULL ), in PlayerHeap() 38 m_pStartAddress( NULL ), in PlayerHeap() 39 m_pEndAddress( NULL ), in PlayerHeap() 40 m_pAllocAddress( NULL ) in PlayerHeap() 93 m_pAllocAddress = NULL; in Destroy() 110 if ( endp > m_pEndAddress ) return NULL; in Alloc() 169 NW_ASSERT( m_pSound == NULL ); in AttachSound() 189 m_pSound = NULL; in DetachSound()
|
| D | snd_TaskManager.cpp | 49 : m_pCurrentTask( NULL ), in TaskManager() 104 if ( m_TaskList[ priority ].IsEmpty() ) return NULL; in GetNextTask() 127 if ( task != NULL ) return task; in PopTask() 130 if ( task != NULL ) return task; in PopTask() 133 if ( task != NULL ) return task; in PopTask() 135 return NULL; in PopTask() 150 if ( task != NULL ) return task; in GetNextTask() 153 if ( task != NULL ) return task; in GetNextTask() 156 if ( task != NULL ) return task; in GetNextTask() 158 return NULL; in GetNextTask() [all …]
|
| D | snd_SequenceSoundHandle.cpp | 35 : m_pSound( NULL ) in SequenceSoundHandle() 37 if ( handle == NULL ) return; in SequenceSoundHandle() 45 if ( sound != NULL ) in SequenceSoundHandle() 88 if ( m_pSound->m_pTempSpecialHandle == this ) m_pSound->m_pTempSpecialHandle = NULL; in DetachSound() 90 if ( m_pSound != NULL ) m_pSound = NULL; in DetachSound()
|
| D | snd_StreamSoundHandle.cpp | 24 : m_pSound( NULL ) in StreamSoundHandle() 26 if ( pHandle == NULL ) return; in StreamSoundHandle() 34 if ( sound != NULL ) in StreamSoundHandle() 77 if ( m_pSound->m_pTempSpecialHandle == this ) m_pSound->m_pTempSpecialHandle = NULL; in DetachSound() 79 if ( m_pSound != NULL ) m_pSound = NULL; in DetachSound()
|
| D | snd_WaveSoundHandle.cpp | 25 : m_pSound( NULL ) in WaveSoundHandle() 27 if ( handle == NULL ) return; in WaveSoundHandle() 35 if ( sound != NULL ) in WaveSoundHandle() 78 if ( m_pSound->m_pTempSpecialHandle == this ) m_pSound->m_pTempSpecialHandle = NULL; in DetachSound() 80 if ( m_pSound != NULL ) m_pSound = NULL; in DetachSound()
|
| D | snd_SoundArchivePlayer.cpp | 49 : m_pSoundArchive( NULL ), in SoundArchivePlayer() 52 m_SequenceUserprocCallback( NULL ), in SoundArchivePlayer() 53 m_pSequenceUserprocCallbackArg( NULL ), in SoundArchivePlayer() 55 m_pSoundPlayers( NULL ), in SoundArchivePlayer() 57 m_pSetupBufferAddress( NULL ), in SoundArchivePlayer() 86 if ( m_pSoundArchive == NULL ) return false; in IsAvailable() 166 m_pSoundArchive = NULL; in Finalize() 167 m_pSequenceTrackAllocator = NULL; in Finalize() 182 m_pSoundPlayers = NULL; in Finalize() 186 if ( m_pSetupBufferAddress != NULL ) in Finalize() [all …]
|
| D | snd_WaveArchiveFileReader.cpp | 80 : m_pHeader( NULL ), in WaveArchiveFileReader() 81 m_pInfoBlockBody( NULL ), in WaveArchiveFileReader() 82 m_pLoadTable( NULL ) in WaveArchiveFileReader() 112 m_pLoadTable->waveFile[ i ] = NULL; in InitializeFileTable() 125 if ( waveIndex >= GetWaveFileCount() ) return NULL; in GetWaveFile() 127 if ( m_pLoadTable != NULL ) in GetWaveFile() 154 if ( m_pLoadTable == NULL ) return NULL; in SetWaveFile() 155 if ( waveIndex >= GetWaveFileCount() ) return NULL; in SetWaveFile()
|
| D | snd_SoundHandle.cpp | 36 if ( handle == NULL ) in detail_DuplicateHandle() 49 if ( sound != NULL ) in detail_DuplicateHandle() 115 m_pSound->m_pGeneralHandle = NULL; in DetachSound() 119 m_pSound->m_pTempGeneralHandle = NULL; in DetachSound() 122 if ( m_pSound != NULL ) in DetachSound() 124 m_pSound = NULL; in DetachSound()
|
| D | snd_BasicSound.cpp | 59 m_pPlayerHeap = NULL; in Initialize() 60 m_pGeneralHandle = NULL; in Initialize() 61 m_pTempGeneralHandle = NULL; in Initialize() 62 m_pSoundPlayer = NULL; in Initialize() 63 m_pSoundActor = NULL; in Initialize() 64 m_pExtSoundPlayer = NULL; in Initialize() 68 m_AmbientInfo.paramUpdateCallback = NULL; in Initialize() 69 m_AmbientInfo.argUpdateCallback = NULL; in Initialize() 70 m_AmbientInfo.argAllocatorCallback = NULL; in Initialize() 71 m_AmbientInfo.arg = NULL; in Initialize() [all …]
|
| D | snd_SequenceTrack.cpp | 40 m_pSequenceSoundPlayer( NULL ), in SequenceTrack() 41 m_pChannelList( NULL ) in SequenceTrack() 70 m_ParserTrackParam.baseAddr = NULL; in InitParam() 71 m_ParserTrackParam.currentAddr = NULL; in InitParam() 186 while( channel != NULL ) in UpdateChannelLength() 247 if ( m_pChannelList != NULL ) { in ParseNextTick() 260 if ( m_ParserTrackParam.currentAddr != NULL ) in ParseNextTick() 287 while( channel != NULL ) in StopAllChannel() 294 m_pChannelList = NULL; in StopAllChannel() 311 while( channel != NULL ) in ReleaseAllChannel() [all …]
|
| D | snd_Bank.cpp | 66 if ( bankFile == NULL ) in NoteOn() 68 return NULL; in NoteOn() 81 return NULL; in NoteOn() 88 if ( waveFile == NULL ) in NoteOn() 90 return NULL; in NoteOn() 99 return NULL; in NoteOn() 109 if ( pChannel == NULL ) in NoteOn() 111 return NULL; in NoteOn()
|
| D | snd_SoundArchiveFile.cpp | 121 return NULL; in GetReferenceBy() 129 return NULL; 136 return NULL; 143 return NULL; 181 if ( section > Sections_Max ) return NULL; in GetSection() 190 return NULL; in GetString() 193 if ( table == NULL ) return NULL; in GetString() 203 if ( nodeData == NULL ) in GetItemIdImpl() 238 return NULL; in GetNodeDataBy() 274 return NULL; in GetSoundInfo() [all …]
|
| D | snd_SoundArchiveFileReader.cpp | 74 : m_pStringBlockBody( NULL ), in SoundArchiveFileReader() 75 m_pInfoBlockBody( NULL ), in SoundArchiveFileReader() 76 m_pFileBlockBody( NULL ) in SoundArchiveFileReader() 92 m_pStringBlockBody = NULL; in Finalize() 93 m_pInfoBlockBody = NULL; in Finalize() 94 m_pFileBlockBody = NULL; in Finalize() 128 if ( m_pStringBlockBody == NULL ) in GetItemId() 137 if ( m_pStringBlockBody == NULL ) in GetItemLabel() 139 return NULL; in GetItemLabel() 144 return NULL; in GetItemLabel() [all …]
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_AnimObject.cpp | 121 return NULL; in GetAnimBlendOpByType() 135 m_PreEvaluateCallback(NULL) in AnimGroup() 173 if (memory == NULL) in Initialize() 192 if (memory == NULL) in Initialize() 204 if (memory == NULL) in Initialize() 216 if (memory == NULL) in Initialize() 229 if (memory == NULL) in Initialize() 248 NW_ASSERT(m_AnimGroup == NULL); in TryBind() 396 m_CacheBuf(NULL) in AnimEvaluator() 432 if (memory == NULL) in Initialize() [all …]
|
| D | gfx_SceneEnvironment.cpp | 75 std::fill(this->m_Cameras.begin(), this->m_Cameras.end(), static_cast<nw::gfx::Camera*>(NULL)); in ClearSettings() 76 std::fill(this->m_Fogs.begin(), this->m_Fogs.end(), static_cast<nw::gfx::Fog*>(NULL)); in ClearSettings() 77 …d::fill(this->m_LightSets.begin(), this->m_LightSets.end(), static_cast<nw::gfx::LightSet*>(NULL)); in ClearSettings() 93 m_Camera = NULL; in Reset() 104 m_FragmentLights[i] = NULL; in ResetFragmentLights() 116 m_VertexLights[i] = NULL; in ResetVertexLights() 126 m_HemiSphereLight = NULL; in ResetHemiSphereLight() 134 m_AmbientLight = NULL; in ResetAmbientLight() 142 m_Camera = NULL; in ResetCamera() 151 m_Fog = NULL; in ResetFog() [all …]
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | demo.cpp | 36 : SmMessage( NULL ), in Demo() 39 m_Pierrot( NULL ), in Demo() 40 m_Robot( NULL ), in Demo() 41 m_Stage( NULL ), in Demo() 42 m_Stick( NULL ), in Demo() 43 m_Audience( NULL ), in Demo() 44 m_Empyrean( NULL ), in Demo() 45 m_LytTabPanel( NULL ), in Demo() 46 m_Tab0VisibleBtn( NULL ), in Demo() 47 m_Tab1VisibleBtn( NULL ), in Demo() [all …]
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_ResFont.cpp | 55 if (!IsManaging(NULL)) in ~ResFont() 73 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize() 118 if (pGlyph == NULL) in GetDrawBufferSize() 135 if (NULL != prevBuffer) in SetDrawBuffer() 142 if (NULL != buffer) in SetDrawBuffer() 156 FontInformation* pFontInfo = NULL; in SetResource() 161 if (! IsManaging(NULL)) in SetResource() 211 if (pFontInfo == NULL) in SetResource() 224 if (IsManaging(NULL)) in RemoveResource() 240 FontInformation* info = NULL; in Rebuild() [all …]
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_SharedPtr.h | 44 static SharedPtrCount* Create( nw::os::IAllocator* pAllocator = NULL ) 53 return new SharedPtrCount( NULL ); 190 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr() 199 …aredPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TLockObject>* pCnt = NUL… 204 if ( pObj == NULL ) in m_pObj() 206 m_pCnt = NULL; in m_pObj() 210 if ( m_pCnt == NULL ) in m_pObj() 266 m_pCnt = NULL; in SharedPtr() 267 m_pObj = NULL; in SharedPtr() 268 m_pAllocator = NULL; in SharedPtr() [all …]
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_FontContainer.cpp | 43 if (pResFont != NULL) in ~FontRefLink() 46 if (drawBuffer != NULL) in ~FontRefLink() 48 pResFont->SetDrawBuffer(NULL); in ~FontRefLink() 53 m_pFont = NULL; in ~FontRefLink() 98 return NULL; in FindFontByName() 106 if (pLink == NULL) in RegistFont() 108 return NULL; in RegistFont()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_SoundStartable.h | 289 SeqSoundInfo() : seqDataAddress( NULL ), startLocationLabel( NULL ) in SeqSoundInfo() 374 const StartInfo* pStartInfo = NULL ); 411 const StartInfo* pStartInfo = NULL ); 445 const StartInfo* pHoldInfo = NULL ); 480 const StartInfo* pHoldInfo = NULL ); 516 const StartInfo* pStartInfo = NULL ); 553 const StartInfo* pStartInfo = NULL );
|