Searched refs:thisPal (Results 1 – 1 of 1) sorted by relevance
80 static void TCSwapPalette ( TCPalette* thisPal, TCPalette* thatPal );242 TCPalette* thisPal, *nextPal; in TCSortPaletteByIndex() local250 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 …]