Lines Matching refs:mpCharWidths
162 int* mpCharWidths; // map rel char pos to char width member in Os2SalLayout
205 mpCharWidths( NULL ), in Os2SalLayout()
224 if( mpCharWidths != mpGlyphAdvances ) in ~Os2SalLayout()
225 delete[] mpCharWidths; in ~Os2SalLayout()
476 mpCharWidths = mpGlyphAdvances;
479 mpCharWidths = new int[ mnCharCount ];
481 mpCharWidths[ i ] = 0;
486 mpCharWidths[ j ] += mpGlyphAdvances[ i ];
496 mpCharWidths[ i ] *= mfFontScale;
497 if( mpGlyphAdvances != mpCharWidths )
634 pDXArray[ i ] = mpCharWidths[ i ];
656 nExtraWidth += mpCharWidths[ n ] * nFactor;
690 long nXRight = nXPos + mpCharWidths[ nCurrIdx ];
761 if( mpCharWidths != mpGlyphAdvances )
768 mpCharWidths[ i ] = mpGlyphAdvances[ i ];
774 mpCharWidths[ i ] = 0;
779 mpCharWidths[ j ] += mpGlyphAdvances[ i ];
879 mpCharWidths = new int[ mnCharCount ];
884 mpCharWidths[ k ] = mpGlyphAdvances[ k ];
897 mpCharWidths[ nRelCharPos ] = 0;
926 mpCharWidths[ nRelCharPos ] = 0;