| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_SoundDataManager.cpp | 33 : m_pFileTable ( NULL ), in SoundDataManager() 34 m_pFileManager( NULL ) in SoundDataManager() 94 m_pFileManager = NULL; in Finalize() 95 m_pFileTable = NULL; in Finalize() 120 m_pFileTable->item[ i ].address = NULL; in CreateFileAddressTable() 140 if ( m_pFileTable != NULL ) in InvalidateData() 147 m_pFileTable->item[ i ].address = NULL; in InvalidateData() 154 if ( start != NULL ) in InvalidateData() 161 if ( pWarcTable != NULL ) in InvalidateData() 164 reader.SetWaveFile( info->waveIndex, NULL ); in InvalidateData() [all …]
|
| D | snd_Bank.cpp | 67 if ( bankFile == NULL ) in NoteOn() 69 return NULL; in NoteOn() 82 return NULL; in NoteOn() 89 if ( waveFile == NULL ) in NoteOn() 91 if ( dataMgr != NULL ) in NoteOn() 95 if ( waveFile == NULL ) in NoteOn() 97 return NULL; in NoteOn() 102 return NULL; in NoteOn() 112 return NULL; in NoteOn() 122 if ( pChannel == NULL ) in NoteOn() [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_GroupFileReader.cpp | 69 : m_pInfoBlockBody( NULL ), in GroupFileReader() 70 m_pFileBlockBody( NULL ), in GroupFileReader() 71 m_pInfoExBlockBody( NULL ) in GroupFileReader() 84 if ( infoBlock == NULL ) return; in GroupFileReader() 85 if ( fileBlock == NULL ) return; in GroupFileReader() 95 if ( infoExBlock != NULL ) in GroupFileReader() 105 if ( m_pInfoBlockBody == NULL ) in ReadGroupItemLocationInfo() 111 if ( groupItemInfo == NULL ) in ReadGroupItemLocationInfo() 123 if ( m_pInfoExBlockBody == NULL ) in GetGroupItemExCount() 133 if ( m_pInfoExBlockBody == NULL ) in ReadGroupItemInfoEx() [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_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_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_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_SoundArchivePlayer.cpp | 52 : m_pSoundArchive( NULL ), in SoundArchivePlayer() 55 m_SequenceUserprocCallback( NULL ), in SoundArchivePlayer() 56 m_pSequenceUserprocCallbackArg( NULL ), in SoundArchivePlayer() 58 m_pSoundPlayers( NULL ), in SoundArchivePlayer() 60 m_pSetupBufferAddress( NULL ), in SoundArchivePlayer() 89 if ( m_pSoundArchive == NULL ) in IsAvailable() 178 m_pSoundArchive = NULL; in Finalize() 179 m_pSequenceTrackAllocator = NULL; in Finalize() 194 m_pSoundPlayers = NULL; in Finalize() 198 if ( m_pSetupBufferAddress != NULL ) in Finalize() [all …]
|
| 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_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_SoundArchiveLoader.cpp | 42 ~FileStreamHandle() { if ( m_pStream != NULL ) m_pStream->Close(); } in ~FileStreamHandle() 46 operator bool() const { return m_pStream != NULL; } in operator bool() 64 : m_pSoundArchive( NULL ) in SoundArchiveLoader() 79 m_pSoundArchive = NULL; in ~SoundArchiveLoader() 99 if ( m_pSoundArchive == NULL ) in IsAvailable() 128 if ( pAllocator == NULL ) in LoadData() 184 if ( fileAddress == NULL ) in LoadImpl() 187 if ( fileAddress == NULL ) in LoadImpl() 189 return NULL; // ロード失敗 in LoadImpl() 214 if ( pFile == NULL ) in LoadSequenceSound() [all …]
|
| 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 …]
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_SceneBuilder.h | 44 m_SharedMaterialModel(NULL), in SceneBuilder() 153 BuildSceneObject(&size, NULL, NULL, m_Resource, NULL, NULL, false, true); 172 BuildSceneObject(NULL, &size, NULL, m_Resource, NULL, NULL, false, true); 191 BuildSceneObject(&size, NULL, NULL, m_Resource, NULL, NULL, true, true); 210 BuildSceneObject(NULL, &size, NULL, m_Resource, NULL, NULL, true, true);
|
| /NW4C-1.3.3/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.3.3/sources/libraries/gfx/ |
| D | gfx_AnimObject.cpp | 120 return NULL; in GetAnimBlendOpByType() 134 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() 266 NW_ASSERT(m_AnimGroup == NULL); in TryBind() 395 m_CacheBuf(NULL) in AnimEvaluator() 431 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() 103 m_FragmentLights[i] = NULL; in ResetFragmentLights() 115 m_VertexLights[i] = NULL; in ResetVertexLights() 125 m_HemiSphereLight = NULL; in ResetHemiSphereLight() 133 m_AmbientLight = NULL; in ResetAmbientLight() 141 m_Fog = NULL; in ResetFog() 161 if ((lightSet != NULL) && (m_LightSetIndex != index)) in SetActiveLightSet() [all …]
|
| /NW4C-1.3.3/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.3.3/demos/Nw4cDemo/sources/ |
| D | demo.cpp | 26 : SmMessage( NULL ), in Demo() 29 m_Pierrot( NULL ), in Demo() 30 m_Robot( NULL ), in Demo() 31 m_Stage( NULL ), in Demo() 32 m_Stick( NULL ), in Demo() 33 m_Audience( NULL ), in Demo() 34 m_Empyrean( NULL ), in Demo() 35 m_LytTabPanel( NULL ), in Demo() 36 m_Tab0VisibleBtn( NULL ), in Demo() 37 m_Tab1VisibleBtn( NULL ), in Demo() [all …]
|
| /NW4C-1.3.3/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.3.3/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() 115 return NULL; in FindFontByKey() 123 if (pLink == NULL) in RegistFont() 125 return NULL; in RegistFont()
|