Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmMessage.h139 SmMessage* next = this->getNext(); in DrawTree() local
140 while( next ) in DrawTree()
142 if ( next->m_Visible ) in DrawTree()
144 next->Render(); in DrawTree()
146 if ( next->m_Child ) in DrawTree()
148 next->m_Child->DrawTree(); in DrawTree()
151 next = next->getNext(); in DrawTree()
206 SmMessage* next = this->getNext(); in sendMessageSub() local
207 while( next ) in sendMessageSub()
209 if ( next->m_Enable ) in sendMessageSub()
[all …]
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp142 m_CommandListEnd->next = command; in PushCommand()
146 command->next = NULL; in PushCommand()
214 if ( command->next == NULL ) { in FinalizeCommandList()
225 command = command->next; in FinalizeCommandList()
Dsnd_DriverCommand.cpp513 command = command->next; in ProcessCommandList()
/NW4C-1.2.23/include/nw/ut/
Dut_Foreach.h112 NW_INLINE void next(static_any_t cur, contain_type<Type[Size]>*) in next() function
158 NW_INLINE void next(static_any_t cur, contain_type<Type>*) in next() function
192 NW_INLINE void next(static_any_t cur, contain_type<std::pair<Type, Type> >*) in next() function
225 NW_INLINE void next(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in next() function
259 nw::ut::internal::next(_cur, NW_FOREACH_TYPEOF(COL))
/NW4C-1.2.23/include/nw/font/
Dfont_PackedFont.h337 OrderNode& next = GetNode(node.nextIndex); in Unlink() local
339 next.prevIndex = node.prevIndex; in Unlink()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Arc.h72 u32 next; member
Dlyt_Pane.h1024 PaneList::Iterator next,
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Arc.cpp604 dir->next = nextDir(FSTEntries, entry); in ARCOpenDir()
625 if ( (loc <= dir->entryNum) || (dir->next <= loc) ) in ARCReadDir()
Dlyt_Pane.cpp404 PaneList::Iterator next, in InsertChild() argument
411 m_ChildList.Insert(next, pChild); in InsertChild()
/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommand.h102 struct DriverCommand* next; member
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel310 toggle -te -st true $animRange; // template = true (same as next line ?)