Searched refs:cMove (Results 1 – 1 of 1) sorted by relevance
437 const sal_uInt8 cMove = mpCodes[ i ]; in ImplEndAdd() local439 const ChainMove& rMove = aImplMove[ cMove ]; in ImplEndAdd()440 const ChainMove& rMoveInner = aImplMoveInner[ cMove ]; in ImplEndAdd()447 if( cMove < 4 ) in ImplEndAdd()449 if( ( cMove == 0 && cNextMove == 3 ) || in ImplEndAdd()450 ( cMove == 3 && cNextMove == 2 ) || in ImplEndAdd()451 ( cMove == 2 && cNextMove == 1 ) || in ImplEndAdd()452 ( cMove == 1 && cNextMove == 0 ) ) in ImplEndAdd()455 else if( cMove == 2 && cNextMove == 3 ) in ImplEndAdd()466 else if( cMove == 3 && cNextMove == 0 ) in ImplEndAdd()[all …]