Searched refs:nSteal (Results 1 – 1 of 1) sorted by relevance
2642 long nSteal = 1; local2644 nSteal = (mnMinKashidaWidth - nSpaceAdded) / (nMaxPos - nMinPos); 2649 nSteal = Min( mnMinKashidaWidth - nSpaceAdded, nSteal );2650 if ( nSteal > 0 )2652 mpJustifications [ i ] -= nSteal;2653 mpJustifications [ nKashPos ] += nSteal;2654 nSpaceAdded += nSteal;
Completed in 47 milliseconds