Searched refs:mpJustifications (Results 1 – 1 of 1) sorted by relevance
1249 mpJustifications( NULL ),1267 delete[] mpJustifications;1828 const int* pGlyphWidths = mpJustifications ? mpJustifications : mpGlyphAdvances;1907 && mpJustifications1979 || (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 27 milliseconds