Home
last modified time | relevance | path

Searched refs:mpJustifications (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1249 mpJustifications( NULL ),
1267 delete[] mpJustifications;
1828 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;
1907 && mpJustifications
1979 || (mpJustifications && (mpJustifications[nStart] != mpGlyphAdvances[nStart]) ) )
2031 nDelta -= (mpJustifications)? mpJustifications[ i ] : mpGlyphAdvances[ i ];
2038 if (mpJustifications) mpJustifications[ nLastUndropped ] += nDelta;
2123 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;
2180 mpJustifications[ j ] = mpJustifications[ i ];
2243 mpJustifications ? mpJustifications + nMinGlyphPos : NULL,
[all …]

Completed in 39 milliseconds