Searched refs:thisSi (Results 1 – 1 of 1) sorted by relevance
115 TCSrcImage* thisSi, *nextSi; in TCSortSrcImageByIndex() local123 thisSi = SiHead; in TCSortSrcImageByIndex()124 while( thisSi->next ) in TCSortSrcImageByIndex()126 nextSi = thisSi->next; in TCSortSrcImageByIndex()128 if( nextSi->index < thisSi->index ) in TCSortSrcImageByIndex()131 TCSwapSrcImage( thisSi, nextSi ); in TCSortSrcImageByIndex()133 thisSi = SiHead; in TCSortSrcImageByIndex()137 thisSi = thisSi->next; in TCSortSrcImageByIndex()