Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCPaletteList.cpp80 static void TCSwapPalette ( TCPalette* thisPal, TCPalette* thatPal );
242 TCPalette* thisPal, *nextPal; in TCSortPaletteByIndex() local
250 thisPal = PlHead; in TCSortPaletteByIndex()
251 while( thisPal->next ) in TCSortPaletteByIndex()
253 nextPal = thisPal->next; in TCSortPaletteByIndex()
255 if( nextPal->index < thisPal->index ) in TCSortPaletteByIndex()
258 TCSwapPalette( thisPal, nextPal ); in TCSortPaletteByIndex()
260 thisPal = PlHead; in TCSortPaletteByIndex()
264 thisPal = thisPal->next; in TCSortPaletteByIndex()
269 static void TCSwapPalette ( TCPalette* thisPal, TCPalette* thatPal ) in TCSwapPalette() argument
[all …]