Lines Matching refs:nGlyphWidth
431 int nGlyphWidth = mrWinFontEntry.GetCachedGlyphWidth( nCharCode ); local
432 if( nGlyphWidth == -1 )
437 nGlyphWidth = aExtent.cx;
439 nGlyphWidth = aABC.abcA + aABC.abcB + aABC.abcC;
440 else if( !::GetCharWidth32W( mhDC, nCharCode, nCharCode, &nGlyphWidth )
441 && !::GetCharWidthW( mhDC, nCharCode, nCharCode, &nGlyphWidth ) )
442 nGlyphWidth = 0;
443 mrWinFontEntry.CacheGlyphWidth( nCharCode, nGlyphWidth );
445 mpGlyphAdvances[ i ] = nGlyphWidth;
446 mnWidth += nGlyphWidth;
1900 int nGlyphWidth = pGlyphWidths[ nStart ]; local
1914 nGlyphWidth = mpGlyphAdvances[ nStart ];
1915 const int nExtraWidth = mpJustifications[ nStart ] - nGlyphWidth;
1930 nGlyphWidth = mnMinKashidaWidth;
1953 *(pGlyphAdvances++) = nGlyphWidth;