Home
last modified time | relevance | path

Searched refs:next (Results 1 – 11 of 11) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmMessage.h142 SmMessage* next = this->getNext(); in DrawTree() local
143 while( next ) in DrawTree()
145 if ( next->m_Visible ) in DrawTree()
147 next->Render(); in DrawTree()
149 if ( next->m_Child ) in DrawTree()
151 next->m_Child->DrawTree(); in DrawTree()
154 next = next->getNext(); in DrawTree()
209 SmMessage* next = this->getNext(); in sendMessageSub() local
210 while( next ) in sendMessageSub()
212 if ( next->m_Enable ) in sendMessageSub()
[all …]
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp144 m_CommandListEnd->next = command; in PushCommand()
148 command->next = NULL; in PushCommand()
216 if ( command->next == NULL ) { in FinalizeCommandList()
227 command = command->next; in FinalizeCommandList()
Dsnd_DriverCommand.cpp546 command = command->next; in ProcessCommandList()
/NW4C-2.0.3/include/nw/ut/
Dut_Foreach.h114 NW_INLINE void next(static_any_t cur, contain_type<Type[Size]>*) in next() function
160 NW_INLINE void next(static_any_t cur, contain_type<Type>*) in next() function
194 NW_INLINE void next(static_any_t cur, contain_type<std::pair<Type, Type> >*) in next() function
227 NW_INLINE void next(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in next() function
261 nw::ut::internal::next(_cur, NW_FOREACH_TYPEOF(COL))
/NW4C-2.0.3/include/nw/font/
Dfont_PackedFont.h339 OrderNode& next = GetNode(node.nextIndex); in Unlink() local
341 next.prevIndex = node.prevIndex; in Unlink()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Arc.cpp642 dir->next = nextDir(FSTEntries, entry); in ARCOpenDir()
682 dir->next = nextDir(FSTEntries, entrynum); in ARCOpenDir()
703 if ( (loc <= dir->entryNum) || (dir->next <= loc) ) in ARCReadDir()
Dlyt_Pane.cpp406 PaneList::Iterator next, in InsertChild() argument
413 m_ChildList.Insert(next, pChild); in InsertChild()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Arc.h95 u32 next; member
Dlyt_Pane.h1026 PaneList::Iterator next,
/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommand.h108 struct DriverCommand* next; member
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel309 toggle -te -st true $animRange; // template = true (same as next line ?)