Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1095 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]) ) )
[all …]