Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCPaletteList.cpp299 TCPalette* plTmp; in TCFindPaletteByIndex() local
305 plTmp = PlHead; in TCFindPaletteByIndex()
306 while( plTmp ) in TCFindPaletteByIndex()
308 if( plTmp->index == index ) in TCFindPaletteByIndex()
310 return plTmp; in TCFindPaletteByIndex()
312 plTmp = plTmp->next; in TCFindPaletteByIndex()