Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/tc/src/
DTCSrcImageList.cpp120 TCSrcImage* thisSi, *nextSi; in TCSortSrcImageByIndex() local
131 nextSi = thisSi->next; in TCSortSrcImageByIndex()
133 if( nextSi->index < thisSi->index ) in TCSortSrcImageByIndex()
136 TCSwapSrcImage( thisSi, nextSi ); in TCSortSrcImageByIndex()