Home
last modified time | relevance | path

Searched refs:current (Results 1 – 18 of 18) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_AnimSoundImpl.cpp263 void AnimSoundImpl::UpdateOneFrame( s32 current, PlayDirection direction ) in UpdateOneFrame() argument
283 UpdateTrigger( *event, current, direction ); in UpdateOneFrame()
288 UpdateRange( *event, current, direction ); in UpdateOneFrame()
295 s32 current, in UpdateTrigger() argument
328 if ( event.frameInfo.startFrame == current ) in UpdateTrigger()
335 current, in UpdateTrigger()
349 if ( event.frameInfo.startFrame == current ) in UpdateTrigger()
356 current, in UpdateTrigger()
377 if ( endFrame == current ) in UpdateTrigger()
383 current, in UpdateTrigger()
[all …]
Dsnd_WaveSoundPlayer.cpp243 const void* current = GetWaveSoundDataAddress(); in InvalidateData() local
244 if ( start <= current && current <= end ) in InvalidateData()
/NW4C-2.0.3/include/nw/snd/
Dsnd_AnimSoundImpl.h95 void UpdateOneFrame( s32 current, PlayDirection direction );
99 s32 current,
103 s32 current,
106 void UpdateForwardRange( const AnimSoundFile::AnimEvent& event, s32 current );
107 void UpdateBackwardRange( const AnimSoundFile::AnimEvent& event, s32 current );
/NW4C-2.0.3/sources/libraries/io/
Dio_HioFileStream.cpp31 s64 current; in GetHioFileSize() local
32 file.Seek( &current, 0, nn::hio::HostFile::SEEK_TYPE_CURRENT ); in GetHioFileSize()
36 file.Seek( current, nn::hio::HostFile::SEEK_TYPE_SET ); in GetHioFileSize()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h425 nn::os::Tick current = nn::os::Tick::GetSystemCurrent();
426 m_Ticks[ tag ] += current - m_SplitTick - m_OverHead;
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_CommonProc.mel64 set current directory from file
DNW4C_SetCameraFovy.mel118 // set current attr & change command
DNW4C_SetFrameExtensionList.mel107 // set current attr & change command
DNW4C_SetNoCompressNode.mel131 // set current attr & change command
DNW4C_SetBillboard.mel134 // set current attr & change command
DNW4C_SetUserData.mel532 // get current value
883 // set current attr & change command
DNW4C_SetForceExportKey.mel268 // set current attr & change command
DNW4C_SetCombineGroup.mel197 // set current attr & change command
DNW4C_SetAnimRange.mel495 get current dag
517 get current animation range
657 set editor current
2104 // enabled import animation range channel -> disabled current animation range channel
2145 // DoError ("Found same title as current nw4c_AnimRangeCtrl in import file. <" + $wName + ">");
DNW4C_SetMaterialAttr.mel360 // set current attr & change command
DNW4C_SetRenderPriority.mel745 // set current attr & change command
DNW4C_ExpDialog.mel394 // if the current folder is on network drive
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h1663 void* current = NWGetCurrentCmdBuffer(); in Rollback() local
1665 NWBackwardCurrentCmdBuffer( ut::GetOffsetFromPtr(m_StartAddr, current) ); in Rollback()