Searched refs:pLeftMove (Results 1 – 1 of 1) sorted by relevance
1275 ChangeList::iterator pLeftMove = pCurr; in lcl_CalcNewWidths() local1278 if( pLeftMove == pCurr ) in lcl_CalcNewWidths()1280 while( ++pLeftMove != aNewChanges.end() && pLeftMove->first <= pLeftMove->second ) in lcl_CalcNewWidths()1285 if( pLeftMove != aNewChanges.end() && pCurr->second > pLeftMove->second ) in lcl_CalcNewWidths()1287 if( pLeftMove->first == pLast->first ) in lcl_CalcNewWidths()1288 pCurr->second = pLeftMove->second; in lcl_CalcNewWidths()1292 nTmp *= pLeftMove->second - pLast->second; in lcl_CalcNewWidths()1293 nTmp /= pLeftMove->first - pLast->first; in lcl_CalcNewWidths()1306 while( pNext != pLeftMove && pNext->second == pNext->first && in lcl_CalcNewWidths()
Completed in 30 milliseconds