Lines Matching refs:nSpaceAdded
2573 long nSpaceAdded = mpJustifications[ i ] - mpGlyphAdvances[ i ]; local
2575 mpJustifications [ i - 1 ] += nSpaceAdded;
2608 long nSpaceAdded = mpJustifications[ i ] - mpGlyphAdvances[ i ]; local
2609 if( nSpaceAdded > nMaxAdded )
2612 nMaxAdded = nSpaceAdded;
2629 long nSpaceAdded = mpJustifications[ i ] - mpGlyphAdvances[ i ]; local
2630 if( nSpaceAdded > 0 )
2632 mpJustifications[ i ] -= nSpaceAdded;
2633 mpJustifications[ nKashPos ] += nSpaceAdded;
2638 long nSpaceAdded = mpJustifications[ nKashPos ] - mpGlyphAdvances[ nKashPos ]; local
2639 if( nSpaceAdded < mnMinKashidaWidth )
2643 if ( nMaxPos - nMinPos > 0 && ((mnMinKashidaWidth - nSpaceAdded) > (nMaxPos - nMinPos)))
2644 nSteal = (mnMinKashidaWidth - nSpaceAdded) / (nMaxPos - nMinPos);
2649 nSteal = Min( mnMinKashidaWidth - nSpaceAdded, nSteal );
2654 nSpaceAdded += nSteal;
2656 if( nSpaceAdded >= mnMinKashidaWidth )
2662 long nSpaceMissing = mnMinKashidaWidth - nSpaceAdded;