Searched refs:thisSi (Results 1 – 1 of 1) sorted by relevance
120 TCSrcImage* thisSi, *nextSi; in TCSortSrcImageByIndex() local128 thisSi = SiHead; in TCSortSrcImageByIndex()129 while( thisSi->next ) in TCSortSrcImageByIndex()131 nextSi = thisSi->next; in TCSortSrcImageByIndex()133 if( nextSi->index < thisSi->index ) in TCSortSrcImageByIndex()136 TCSwapSrcImage( thisSi, nextSi ); in TCSortSrcImageByIndex()138 thisSi = SiHead; in TCSortSrcImageByIndex()142 thisSi = thisSi->next; in TCSortSrcImageByIndex()