Searched refs:FtFontInfo (Results 1 – 2 of 2) sorted by relevance
67 class FtFontInfo class70 FtFontInfo( const ImplDevFontAttributes&,74 ~FtFontInfo();124 inline int FtFontInfo::GetGlyphIndex( sal_UCS4 cChar ) const in GetGlyphIndex()134 inline void FtFontInfo::CacheGlyphIndex( sal_UCS4 cChar, int nIndex ) const in CacheGlyphIndex()160 typedef ::std::hash_map<sal_IntPtr,FtFontInfo*> FontList;172 FreetypeServerFont( const ImplFontSelectData&, FtFontInfo* );216 FtFontInfo* mpFontInfo;239 FtFontInfo* mpFtFontInfo;243 ImplFTSFontData( FtFontInfo*, const ImplDevFontAttributes& );[all …]
289 FtFontInfo::FtFontInfo( const ImplDevFontAttributes& rDevFontAttributes, in FtFontInfo() function in FtFontInfo316 FtFontInfo::~FtFontInfo() in ~FtFontInfo()325 void FtFontInfo::InitHashes() const in InitHashes()334 FT_FaceRec_* FtFontInfo::GetFaceFT() in GetFaceFT()353 void FtFontInfo::ReleaseFaceFT( FT_FaceRec_* pFaceFT ) in ReleaseFaceFT()366 bool FtFontInfo::HasExtraKerning() const in HasExtraKerning()531 FtFontInfo* pInfo = (*it).second; in ~FreetypeManager()555 FtFontInfo* pFontInfo = new FtFontInfo( rDevFontAttr, in AddFontFile()650 FtFontInfo* pFtFontInfo = it->second; in AnnounceFonts()661 FtFontInfo* pFtFontInfo = it->second; in ClearFontList()[all …]
Completed in 31 milliseconds