Searched refs:GetGlyphIndex (Results 1 – 11 of 11) sorted by relevance
90 int GetGlyphIndex( sal_UCS4 cChar ) const;124 inline int FtFontInfo::GetGlyphIndex( sal_UCS4 cChar ) const in GetGlyphIndex() function in FtFontInfo187 virtual sal_GlyphId GetGlyphIndex( sal_UCS4 ) const;
510 mnZWJ = GetGlyphIndex( 0x200D ); in IsGlyphInvisible()511 mnZWNJ = GetGlyphIndex( 0x200C ); in IsGlyphInvisible()
85 int nKashidaIndex = mrServerFont.GetGlyphIndex( 0x0640 ); in AdjustLayout()119 sal_GlyphId aGlyphId = rFont.GetGlyphIndex( cChar ); in operator ()()
68 int nKashidaIndex = mpFont->font().GetGlyphIndex( 0x0640 ); in getKashidaGlyph()
1217 int nGlyphIndex = mpFontInfo->GetGlyphIndex( aChar ); in GetRawGlyphIndex()1288 sal_GlyphId FreetypeServerFont::GetGlyphIndex( sal_UCS4 aChar ) const in GetGlyphIndex() function in FreetypeServerFont2069 sal_uInt16 nGlyphIndex = GetGlyphIndex( aChar ); in GetKernPairs()
164 const int nGlyphIndex = GetGlyphIndex( cChar ); in HasChar()173 int ImplFontCharMap::GetGlyphIndex( sal_UCS4 cChar ) const in GetGlyphIndex() function in ImplFontCharMap
199 int GetGlyphIndex( sal_uInt32 ) const;
195 virtual sal_GlyphId GetGlyphIndex( sal_UCS4 ) const = 0;
1546 aGlyphId = pImplFontCharMap->GetGlyphIndex( aGlyphId ); in CreateFontSubset()
2754 aGlyphId = pCharMap->GetGlyphIndex( aGlyphId ); in CreateFontSubset()
3823 const sal_GlyphId aGlyphId = aCharMap.GetGlyphIndex( c ); in getGlyphWidths()
Completed in 102 milliseconds