Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/tc/src/
DTCImageList.cpp282 TCImage* thisIm, *nextIm; in TCSortImageByIndex() local
291 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()