Searched refs:thisIm (Results 1 – 1 of 1) sorted by relevance
282 TCImage* thisIm, *nextIm; in TCSortImageByIndex() local291 thisIm = ImHead; in TCSortImageByIndex()292 while( thisIm->next ) in TCSortImageByIndex()294 nextIm = thisIm->next; in TCSortImageByIndex()296 if( nextIm->index < thisIm->index ) in TCSortImageByIndex()299 TCSwapImage( thisIm, nextIm ); in TCSortImageByIndex()301 thisIm = ImHead; in TCSortImageByIndex()305 thisIm = thisIm->next; in TCSortImageByIndex()