| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_GfxObject.h | 207 void Reset() { m_MovePtr.Reset(); } in Reset() function 210 void Reset(TTObject* object) { GfxPtr(object).Swap(*this); } in Reset() function 220 void Reset(TTObject* object, bool hasOwnership) in Reset() function
|
| D | gfx_SceneUpdater.h | 60 m_SkeletonUpdater.Reset(skeletonUpdater); in SkeletonUpdaterPtr() 68 m_WorldMatrixUpdater.Reset(worldMatrixUpdater); in WorldMatrixUpdaterPtr() 76 m_BillboardUpdater.Reset(billboardUpdater); in BillboardUpdaterPtr()
|
| D | gfx_Camera.h | 93 …DynamicBuilder& ViewUpdater(CameraViewUpdater* viewUpdater) { m_ViewUpdater.Reset(viewUpdater); re… in ViewUpdater() 97 …Updater(CameraProjectionUpdater* projectionUpdater) { m_ProjectionUpdater.Reset(projectionUpdater)… in ProjectionUpdater() 236 void SetViewUpdater(CameraViewUpdater* viewUpdater) { this->m_ViewUpdater.Reset(viewUpdater); } in SetViewUpdater() 249 this->m_ViewUpdater.Reset(viewUpdater); in SwapViewUpdater() 260 …r(CameraProjectionUpdater* projectionUpdater) { this->m_ProjectionUpdater.Reset(projectionUpdater)… in SetProjectionUpdater() 274 this->m_ProjectionUpdater.Reset(projectionUpdater); in SwapProjectionUpdater()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | SmParticle.h | 61 void Reset(); 124 m_ParticleEmitterInstArray[i]->Reset(); 131 m_ParticleEmitterInstArray[idx]->Reset();
|
| D | SmPerf.h | 87 virtual void Reset() in Reset() function 217 virtual void Reset();
|
| D | demo.h | 86 void Reset();
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Pad.cpp | 62 Reset(); in Initialize() 102 Pad::Reset() in Reset() function in nw::demo::Pad 104 m_PadButton.Reset(); in Reset()
|
| D | demo_PadButton.cpp | 28 Reset(); in PadButton() 78 PadButton::Reset() in Reset() function in nw::demo::internal::PadButton
|
| /NW4C-2.0.3/demos/snd/demolib/include/ |
| D | demolib.h | 122 virtual void Reset() = 0; 155 virtual void Reset() { m_Value = m_Init; } in Reset() function 185 virtual void Reset() { m_Value = m_Init; } in Reset() function 211 virtual void Reset() { m_Value = m_Init; } in Reset() function
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_SceneUpdater.cpp | 46 this->m_SkeletonUpdater.Reset(SkeletonUpdater::Builder() in Create() 52 this->m_WorldMatrixUpdater.Reset(WorldMatrixUpdater::Builder() in Create() 58 this->m_BillboardUpdater.Reset(BillboardUpdater::Create(allocator)); in Create()
|
| D | gfx_Model.cpp | 325 m_Materials.Reset(memory, materialCount, allocator); in CreateMaterials() 349 m_Materials.Reset(memory, materialCount, allocator); in CreateMaterials() 426 m_MeshOriginalVisibilities.Reset(memory, meshesCount, allocator); in CreateResMeshes() 458 m_MeshNodeVisibilityBuffers.Reset(buffer, visibilitiesConut, allocator); in CreateResMeshNodeVisibilities() 473 m_MeshNodeOriginalVisibilities.Reset(memory, visibilitiesConut, allocator); in CreateResMeshNodeVisibilities() 548 m_MaterialActivator.Reset(activator); in CreateMaterialActivator()
|
| D | gfx_SkeletalModel.cpp | 53 skeleton.Reset(m_Description.sharedSkeleton, false); in Create() 69 skeleton.Reset(StandardSkeleton::Create( in Create()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Stopwatch.cpp | 65 void Stopwatch::Reset() in Reset() function in nw::lyt::internal::Stopwatch 80 it->Reset(); in ResetAll()
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmParticle.cpp | 66 void SmParticle::Reset() in Reset() function in __anona74a4d370111::SmParticle 76 m_ParticleEmitterInstArray[i]->Reset(); in Reset()
|
| D | SmPerf.cpp | 184 SmGpuPerf::Reset() in Reset() function in __anoncca5aef00111::SmGpuPerf 196 SmPerf::Reset(); in Reset()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_CurveAdshr.cpp | 87 Reset( initDecibel ); in Initialize() 99 void CurveAdshr::Reset( float initDecibel ) in Reset() function in nw::snd::internal::CurveAdshr
|
| D | snd_MidiStreamParser.cpp | 58 void MidiStreamParser::Reset() in Reset() function in nw::snd::internal::MidiStreamParser 100 Reset(); in ParseBuffer() 168 Reset(); in ParseBuffer()
|
| D | snd_CurveLfo.cpp | 57 void CurveLfo::Reset() in Reset() function in nw::snd::internal::CurveLfo
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_MovePtr.h | 377 void Reset() in Reset() function 393 void Reset(TTObject* object) in Reset() function 407 void Reset(TTObject* object, TTDeleter deleter) in Reset() function 420 void Reset(TTObject* object, os::IAllocator* allocator) in Reset() function
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_CurveLfo.h | 67 void Reset();
|
| D | snd_CurveAdshr.h | 67 void Reset( float initDecibel = VOLUME_INIT );
|
| D | snd_MidiStreamParser.h | 37 void Reset();
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_PadButton.h | 57 void Reset();
|
| D | demo_Particle.h | 235 void Reset() in Reset() function 241 emitter->Reset(); in Reset() 395 emitter->Reset(); in Emission() 688 emitter->Reset(); in ResetParticle()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_Stopwatch.h | 57 void Reset() in Reset() function
|