Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 16 of 16) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareChannelManager.cpp74 while ( ! m_ActiveList.IsEmpty() ) in Finalize()
94 while ( ! m_FreeReservedList.IsEmpty() ) in Finalize()
114 while ( ! m_FreeList.IsEmpty() ) in Finalize()
133 while ( !m_FreeReservedList.IsEmpty() ) in FreeAllReservedHardwareChannel()
158 if ( m_FreeList.IsEmpty() ) in Alloc()
Dsnd_VoiceManager.cpp79 while ( ! m_FreeVoiceList.IsEmpty() ) in Finalize()
92 while ( ! m_PrioVoiceList.IsEmpty() ) in StopAllVoices()
116 if ( m_FreeVoiceList.IsEmpty() ) in AllocVoice()
241 if ( m_PrioVoiceList.IsEmpty() ) return 0; in DropLowestPriorityVoice()
Dsnd_SoundPlayer.cpp289 for ( int i=0; i<TMP_NUM; i++ ) NW_ASSERT( tmplist[i].IsEmpty() ); in detail_SortPriorityList()
292 while ( !m_PriorityList.IsEmpty() ) in detail_SortPriorityList()
300 while ( !tmplist[i].IsEmpty() ) in detail_SortPriorityList()
471 if ( m_PlayerHeapList.IsEmpty() ) return NULL; in detail_AllocPlayerHeap()
Dsnd_ChannelManager.cpp72 NW_ASSERT( m_ChannelList.IsEmpty() ); in Finalize()
Dsnd_HardwareManager.cpp171 if ( GetEffectList( bus ).IsEmpty() ) in AppendEffect()
250 if ( list.IsEmpty() ) in FinalizeEffect()
Dsnd_Sound3DManager.cpp155 while ( !m_ListenerList.IsEmpty() ) in Finalize()
Dsnd_TaskManager.cpp106 if ( m_TaskList[ priority ].IsEmpty() ) return NULL; in GetNextTask()
Dsnd_FrameHeap.cpp390 while ( !m_SectionList.IsEmpty() ) in ClearSection()
Dsnd_StreamSoundPlayer.cpp1222 if ( m_StreamDataLoadTaskList.IsEmpty() && ( ! CheckDiskDriveError() ) ) in Update()
1475 if ( !m_StreamDataLoadTaskList.IsEmpty() && in UpdateBuffer()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundInstanceManager.h101 NW_ASSERT( m_PriorityList.IsEmpty() ); in Destroy()
132 if ( ! m_FreeList.IsEmpty() ) in Alloc()
228 while ( !m_PriorityList.IsEmpty() ) in SortPriorityList()
236 while ( !tmplist[i].IsEmpty() ) in SortPriorityList()
256 if ( m_PriorityList.IsEmpty() ) return NULL; in GetLowestPrioritySound()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Picture.cpp86 if (! m_TexCoordAry.IsEmpty()) in Picture()
Dlyt_Util.cpp165 if (! pPane->GetChildList().IsEmpty()) // 子供がいれば、最初の子供を返す。 in GetNextPane()
Dlyt_Window.cpp381 if (! m_Content.texCoordAry.IsEmpty()) in Window()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h111 bool IsEmpty() const in IsEmpty() function
Dlyt_Pane.h905 if (!list.IsEmpty()) in GetFirstChild()
/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h858 bool IsEmpty() const { return this->empty(); } //!< @details :private in IsEmpty() function