Searched refs:current (Results 1 – 18 of 18) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_AnimSoundImpl.cpp | 263 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 …]
|
| D | snd_WaveSoundPlayer.cpp | 243 const void* current = GetWaveSoundDataAddress(); in InvalidateData() local 244 if ( start <= current && current <= end ) in InvalidateData()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_AnimSoundImpl.h | 95 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/ |
| D | io_HioFileStream.cpp | 31 s64 current; in GetHioFileSize() local 32 file.Seek( ¤t, 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/ |
| D | dev_Profile.h | 425 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/ |
| D | NW4C_CommonProc.mel | 64 set current directory from file
|
| D | NW4C_SetCameraFovy.mel | 118 // set current attr & change command
|
| D | NW4C_SetFrameExtensionList.mel | 107 // set current attr & change command
|
| D | NW4C_SetNoCompressNode.mel | 131 // set current attr & change command
|
| D | NW4C_SetBillboard.mel | 134 // set current attr & change command
|
| D | NW4C_SetUserData.mel | 532 // get current value 883 // set current attr & change command
|
| D | NW4C_SetForceExportKey.mel | 268 // set current attr & change command
|
| D | NW4C_SetCombineGroup.mel | 197 // set current attr & change command
|
| D | NW4C_SetAnimRange.mel | 495 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 + ">");
|
| D | NW4C_SetMaterialAttr.mel | 360 // set current attr & change command
|
| D | NW4C_SetRenderPriority.mel | 745 // set current attr & change command
|
| D | NW4C_ExpDialog.mel | 394 // if the current folder is on network drive
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_CommandUtil.h | 1663 void* current = NWGetCurrentCmdBuffer(); in Rollback() local 1665 NWBackwardCurrentCmdBuffer( ut::GetOffsetFromPtr(m_StartAddr, current) ); in Rollback()
|