Searched refs:tmpPic (Results 1 – 1 of 1) sorted by relevance
1563 dpbPicture_t tmpPic; in ShellSort() local1571 tmpPic = pPic[i]; in ShellSort()1573 while (j >= step && ComparePictures(pPic + j - step, &tmpPic) > 0) in ShellSort()1578 pPic[j] = tmpPic; in ShellSort()