Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HardwareChannelManager.cpp72 while ( ! m_ActiveList.IsEmpty() ) in Finalize()
92 while ( ! m_FreeReservedList.IsEmpty() ) in Finalize()
112 while ( ! m_FreeList.IsEmpty() ) in Finalize()
131 while ( !m_FreeReservedList.IsEmpty() ) in FreeAllReservedHardwareChannel()
156 if ( m_FreeList.IsEmpty() ) in Alloc()
Dsnd_VoiceManager.cpp77 while ( ! m_FreeVoiceList.IsEmpty() ) in Finalize()
90 while ( ! m_PrioVoiceList.IsEmpty() ) in StopAllVoices()
114 if ( m_FreeVoiceList.IsEmpty() ) in AllocVoice()
239 if ( m_PrioVoiceList.IsEmpty() ) return 0; in DropLowestPriorityVoice()
Dsnd_SoundPlayer.cpp287 for ( int i=0; i<TMP_NUM; i++ ) NW_ASSERT( tmplist[i].IsEmpty() ); in detail_SortPriorityList()
290 while ( !m_PriorityList.IsEmpty() ) in detail_SortPriorityList()
298 while ( !tmplist[i].IsEmpty() ) in detail_SortPriorityList()
469 if ( m_PlayerHeapList.IsEmpty() ) return NULL; in detail_AllocPlayerHeap()
Dsnd_ChannelManager.cpp70 NW_ASSERT( m_ChannelList.IsEmpty() ); in Finalize()
Dsnd_HardwareManager.cpp169 if ( GetEffectList( bus ).IsEmpty() ) in AppendEffect()
216 if ( list.IsEmpty() ) in FinalizeEffect()
Dsnd_Sound3DManager.cpp153 while ( !m_ListenerList.IsEmpty() ) in Finalize()
Dsnd_TaskManager.cpp104 if ( m_TaskList[ priority ].IsEmpty() ) return NULL; in GetNextTask()
Dsnd_FrameHeap.cpp367 while ( !m_SectionList.IsEmpty() ) in ClearSection()
Dsnd_StreamSoundPlayer.cpp1160 if ( m_StreamDataLoadTaskList.IsEmpty() && ( ! CheckDiskDriveError() ) ) in Update()
1395 if ( !m_StreamDataLoadTaskList.IsEmpty() && in UpdateBuffer()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundInstanceManager.h99 NW_ASSERT( m_PriorityList.IsEmpty() ); in Destroy()
130 if ( ! m_FreeList.IsEmpty() ) in Alloc()
226 while ( !m_PriorityList.IsEmpty() ) in SortPriorityList()
234 while ( !tmplist[i].IsEmpty() ) in SortPriorityList()
254 if ( m_PriorityList.IsEmpty() ) return NULL; in GetLowestPrioritySound()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Picture.cpp84 if (! m_TexCoordAry.IsEmpty()) in Picture()
Dlyt_Util.cpp162 if (! pPane->GetChildList().IsEmpty()) // 子供がいれば、最初の子供を返す。 in GetNextPane()
Dlyt_Window.cpp379 if (! m_Content.texCoordAry.IsEmpty()) in Window()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Common.h109 bool IsEmpty() const in IsEmpty() function
Dlyt_Pane.h903 if (!list.IsEmpty()) in GetFirstChild()
/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h855 bool IsEmpty() const { return this->empty(); } //!< @details :private in IsEmpty() function