Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundInstanceManager.h228 Sound& front = m_PriorityList.GetFront(); in SortPriorityList() local
236 Sound& front = tmplist[i].GetFront(); in SortPriorityList() local
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundPlayer.cpp292 internal::BasicSound& front = m_PriorityList.GetFront(); in detail_SortPriorityList() local
300 internal::BasicSound& front = tmplist[i].GetFront(); in detail_SortPriorityList() local
Dsnd_Voice.cpp205 f32& front, f32& rear, const Util::PanInfo& panInfo ) in CalcSurroundPanForMono()
213 f32& front, f32& rear, const f32& span, const Util::PanInfo& panInfo ) in CalcSurroundPanForSurround()
1250 f32 front = 0.0f; in CalcMixParam() local
1399 register f32 left, right, front, rear; in CalcMixParam() local
/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h220 reference front() in front() function
225 const_reference front() const in front() function
625 reference front() { NW_ASSERT(!empty()); return *begin(); } in front() function
626 const_reference front() const { NW_ASSERT(!empty()); return *begin(); } in front() function
Dut_MoveArray.h346 TElement& front() { return *m_Elements; } in front() function
349 const TElement& front() const { return *m_Elements; } in front() function