Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/tc/src/
DTCSrcImageList.cpp115 TCSrcImage* thisSi, *nextSi; in TCSortSrcImageByIndex() local
126 nextSi = thisSi->next; in TCSortSrcImageByIndex()
128 if( nextSi->index < thisSi->index ) in TCSortSrcImageByIndex()
131 TCSwapSrcImage( thisSi, nextSi ); in TCSortSrcImageByIndex()