Home
last modified time | relevance | path

Searched defs:front (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundInstanceManager.h230 Sound& front = m_PriorityList.GetFront(); in SortPriorityList() local
238 Sound& front = tmplist[i].GetFront(); in SortPriorityList() local
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp294 internal::BasicSound& front = m_PriorityList.GetFront(); in detail_SortPriorityList() local
302 internal::BasicSound& front = tmplist[i].GetFront(); in detail_SortPriorityList() local
Dsnd_Voice.cpp207 f32& front, f32& rear, const Util::PanInfo& panInfo ) in CalcSurroundPanForMono()
215 f32& front, f32& rear, const f32& span, const Util::PanInfo& panInfo ) in CalcSurroundPanForSurround()
1251 f32 front = 0.0f; in CalcMixParam() local
1400 register f32 left, right, front, rear; in CalcMixParam() local
/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h222 reference front() in front() function
227 const_reference front() const in front() function
628 reference front() { NW_ASSERT(!empty()); return *begin(); } in front() function
629 const_reference front() const { NW_ASSERT(!empty()); return *begin(); } in front() function
Dut_MoveArray.h363 TElement& front() { return *m_Elements; } in front() function
366 const TElement& front() const { return *m_Elements; } in front() function