Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 49) sorted by relevance

12

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundInstanceManager.h230 Sound& front = m_PriorityList.GetFront(); in SortPriorityList() local
232 tmplist[ front.CalcCurrentPlayerPriority() ].PushBack( &front ); in SortPriorityList()
238 Sound& front = tmplist[i].GetFront(); in SortPriorityList() local
240 m_PriorityList.PushBack( &front ); in SortPriorityList()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp294 internal::BasicSound& front = m_PriorityList.GetFront(); in detail_SortPriorityList() local
296 tmplist[ front.CalcCurrentPlayerPriority() ].PushBack( &front ); in detail_SortPriorityList()
302 internal::BasicSound& front = tmplist[i].GetFront(); in detail_SortPriorityList() local
304 m_PriorityList.PushBack( &front ); in detail_SortPriorityList()
Dsnd_Voice.cpp207 f32& front, f32& rear, const Util::PanInfo& panInfo ) in CalcSurroundPanForMono() argument
209 front = Util::CalcSurroundPanRatio( Voice::SPAN_FRONT, panInfo ); in CalcSurroundPanForMono()
215 f32& front, f32& rear, const f32& span, const Util::PanInfo& panInfo ) in CalcSurroundPanForSurround() argument
217 front = Util::CalcSurroundPanRatio( span, panInfo ); in CalcSurroundPanForSurround()
1251 f32 front = 0.0f; in CalcMixParam() local
1275 front = Util::CalcSurroundPanRatio( span, panInfo ); in CalcMixParam()
1400 register f32 left, right, front, rear; in CalcMixParam() local
1401 left = right = front = rear = 0.0f; in CalcMixParam()
1438 CalcSurroundPanForMono( front, rear, panInfo ); in CalcMixParam()
1441 CalcSurroundPanForSurround( front, rear, m_SurroundPan, panInfo ); in CalcMixParam()
[all …]
/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
870 reference GetFront() { return this->front(); } //!< @details :private in GetFront()
871 const_reference GetFront() const { return this->front(); } //!< @details :private in GetFront()
Dut_MoveArray.h363 TElement& front() { return *m_Elements; } in front() function
366 const TElement& front() const { return *m_Elements; } in front() function
549 TElement& Front() { return this->front(); } in Front()
551 const TElement& Front() const { return this->front(); } in Front()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextureContainer.cpp61 TextureRefLink* pLink = &this->front(); in Finalize()
Dlyt_FontContainer.cpp81 FontRefLink* pLink = &this->front(); in Finalize()
/NW4C-2.0.3/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp158 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
172 s_ShaderResource->resource = nw::gfx::ResGraphicsFile(&(s_ShaderResource->buffer.front())); in InitializeGraphics()
260 resourceSet.resource = nw::gfx::ResGraphicsFile(&(resourceSet.buffer.front())); in InitializeScenes()
/NW4C-2.0.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp211 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
425 s_LutResource.resource = nw::gfx::ResGraphicsFile(&(s_LutResource.buffer.front())); in InitializeScenes()
431 s_TextureResource.resource = nw::gfx::ResGraphicsFile(&(s_TextureResource.buffer.front())); in InitializeScenes()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderQueue.h648 return m_List.front(); in Peek()
654 return m_List.front(); in Peek()
/NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/scenes/
DToy_Butterfly.ma42 createNode transform -s -n "front";
45 createNode camera -s -n "frontShape" -p "front";
50 setAttr ".imn" -type "string" "front";
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp75 resourceSet.resource = nw::gfx::ResGraphicsFile(&(resourceSet.buffer.front())); in LoadResources()
481 fileReader.Read(&buffer.front(), fileSize); in LoadFile()
Ddemo_Particle.cpp379 m_ShaderResource->resource = nw::gfx::ResGraphicsFile(&(m_ShaderResource->buffer.front())); in InitializeShaderBinary()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Pane.h907 return const_cast<Pane*>(&list.front()); in GetFirstChild()
/NW4C-2.0.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp104 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp107 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp115 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp104 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp107 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp104 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp122 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp102 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp122 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/
DUserRenderNodeDemo.cpp174 s_RenderSystem->GetRenderContext()->SetRenderTarget(s_RenderTargets.front()); in InitializeGraphics()
/NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/
DToy_T.ma43 createNode transform -s -n "front";
46 createNode camera -s -n "frontShape" -p "front";
51 setAttr ".imn" -type "string" "front";

12