Lines Matching refs:EventInfo
112 const AnimSoundFile::EventInfo* eventInfo = event->GetEventInfo(); in ConvertSoundId()
125 const_cast<AnimSoundFile::EventInfo*>(eventInfo)->placeForSoundId = in ConvertSoundId()
303 const AnimSoundFile::EventInfo* eventInfo = event.GetEventInfo(); in UpdateTrigger()
311 if ( eventInfo->playDirection == AnimSoundFile::EventInfo::PLAY_DIRECTION_BOTH || in UpdateTrigger()
313 eventInfo->playDirection == AnimSoundFile::EventInfo::PLAY_DIRECTION_FORWARD ) || in UpdateTrigger()
315 eventInfo->playDirection == AnimSoundFile::EventInfo::PLAY_DIRECTION_BACKWARD ) in UpdateTrigger()
415 const AnimSoundFile::EventInfo* eventInfo = event.GetEventInfo(); in UpdateForwardRange()
536 const AnimSoundFile::EventInfo* eventInfo = event.GetEventInfo(); in UpdateBackwardRange()
649 void AnimSoundImpl::StartEvent( const AnimSoundFile::EventInfo& info, bool isStopWhenFinalize ) in StartEvent()
680 void AnimSoundImpl::HoldEvent( const AnimSoundFile::EventInfo& info, bool isStopWhenFinalize ) in HoldEvent()
722 int eventPlayerNo, const AnimSoundFile::EventInfo& info ) in WritePlaySpeedToSequenceVariable()
733 void AnimSoundImpl::StopEvent( const AnimSoundFile::EventInfo& info ) in StopEvent()