Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6893 const int nFontGlyphId = pGlyphs[i] & (GF_IDXMASK | GF_ISCHAR | GF_GSUB); in registerGlyphs() local
6910 pMappedGlyphs[ i ] = sal::static_int_cast<sal_Int8>( nFontGlyphId ); in registerGlyphs()
6916 pGlyphWidths[i] = pBuiltinFont->m_aWidths[ nFontGlyphId & 0x00ff ]; in registerGlyphs()
6923 FontMapping::iterator it = rSubset.m_aMapping.find( nFontGlyphId ); in registerGlyphs()
6945 GlyphEmit& rNewGlyphEmit = rSubset.m_aSubsets.back().m_aMapping[ nFontGlyphId ]; in registerGlyphs()
6951 Glyph& rNewGlyph = rSubset.m_aMapping[ nFontGlyphId ]; in registerGlyphs()
6958 nFontGlyphId, in registerGlyphs()

Completed in 54 milliseconds