Searched refs:GlyphSubstitution (Results 1 – 3 of 3) sorted by relevance
43 typedef std::map<sal_uInt16,sal_uInt16> GlyphSubstitution; typedef318 GlyphSubstitution* pGSubstitution = new GlyphSubstitution; in ReadGSUB()330 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in ReleaseGSUB()337 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in UseGSUB()340 …GlyphSubstitution::const_iterator it( pGlyphSubstitution->find( sal::static_int_cast<sal_uInt16>(n… in UseGSUB()350 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in HasVerticalGSUB()
227 typedef ::std::hash_map<int,int> GlyphSubstitution; typedef in FreetypeServerFont228 GlyphSubstitution maGlyphSubstitution;
1249 GlyphSubstitution::const_iterator it = maGlyphSubstitution.find( aGlyphId ); in FixupGlyphIndex()
Completed in 45 milliseconds