Lines Matching refs:mpJustifications

1095     int*            mpJustifications;   // glyph advance width after justification  member in UniscribeLayout
1249 mpJustifications( NULL ),
1267 delete[] mpJustifications;
1828 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;
1851 if( mpJustifications && !bManualCellAlign )
1852 nXOffset += mpJustifications[ nStart ] - mpGlyphAdvances[ nStart ];
1907 && mpJustifications
1915 const int nExtraWidth = mpJustifications[ nStart ] - nGlyphWidth;
1973 if( mpJustifications && pVI->IsRTL() )
1979 || (mpJustifications && (mpJustifications[nStart] != mpGlyphAdvances[nStart]) ) )
2031 nDelta -= (mpJustifications)? mpJustifications[ i ] : mpGlyphAdvances[ i ];
2038 if (mpJustifications) mpJustifications[ nLastUndropped ] += nDelta;
2081 pVI->mnXOffset += ((mpJustifications)? mpJustifications[nStart] : mpGlyphAdvances[nStart]);
2123 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;
2179 if( mpJustifications )
2180 mpJustifications[ j ] = mpJustifications[ i ];
2219 if( mpJustifications )
2220 pGlyphWidths = mpJustifications;
2243 mpJustifications ? mpJustifications + nMinGlyphPos : NULL,
2268 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;
2436 mpJustifications = new int[ mnGlyphCapacity ];
2438 mpJustifications[ i ] = mpGlyphAdvances[ i ];
2504 mpJustifications + rVisualItem.mnMinGlyphPos );
2508 delete[] mpJustifications;
2509 mpJustifications = NULL;
2520 nXOffset += mpJustifications[ i ];
2533 const int nXOffsetAdjust = mpJustifications[i] - mpGlyphAdvances[i];
2541 mpJustifications[nIdxAdd] += nXOffsetAdjust;
2542 mpJustifications[i] -= nXOffsetAdjust;
2573 long nSpaceAdded = mpJustifications[ i ] - mpGlyphAdvances[ i ];
2574 mpJustifications [ i ] = mpGlyphAdvances [ i ];
2575 mpJustifications [ i - 1 ] += nSpaceAdded;
2608 long nSpaceAdded = mpJustifications[ i ] - mpGlyphAdvances[ i ];
2629 long nSpaceAdded = mpJustifications[ i ] - mpGlyphAdvances[ i ];
2632 mpJustifications[ i ] -= nSpaceAdded;
2633 mpJustifications[ nKashPos ] += nSpaceAdded;
2638 long nSpaceAdded = mpJustifications[ nKashPos ] - mpGlyphAdvances[ nKashPos ];
2652 mpJustifications [ i ] -= nSteal;
2653 mpJustifications [ nKashPos ] += nSteal;
2668 mpJustifications [ nKashPos ] += nSpaceMissing;
2670 mpJustifications [ nMinPos - 1 ] -= nHalfSpace;
2671 mpJustifications [ nMaxPos + 1 ] -= nSpaceMissing - nHalfSpace;
2676 mpJustifications [ nMinPos - 1 ] -= nSpaceMissing;
2677 mpJustifications [ nKashPos ] += nSpaceMissing;
2682 mpJustifications [ nKashPos ] += nSpaceMissing;
2683 mpJustifications [ nMaxPos + 1 ] -= nSpaceMissing;
2710 mpJustifications = new int[ mnGlyphCapacity ];
2712 mpJustifications[ i ] = mpGlyphAdvances[ i ];
2737 mpJustifications + rVisualItem.mnMinGlyphPos );