Searched refs:mpJustifications (Results 1 – 1 of 1) sorted by relevance
1095 int* mpJustifications; // glyph advance width after justification member in UniscribeLayout1249 mpJustifications( NULL ),1267 delete[] mpJustifications;1828 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;1851 if( mpJustifications && !bManualCellAlign )1852 nXOffset += mpJustifications[ nStart ] - mpGlyphAdvances[ nStart ];1907 && mpJustifications1915 const int nExtraWidth = mpJustifications[ nStart ] - nGlyphWidth;1973 if( mpJustifications && pVI->IsRTL() )1979 || (mpJustifications && (mpJustifications[nStart] != mpGlyphAdvances[nStart]) ) )[all …]