Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx67 class FtFontInfo class
70 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 …]
H A Dgcach_ftyp.cxx289 FtFontInfo::FtFontInfo( const ImplDevFontAttributes& rDevFontAttributes, in FtFontInfo() function in FtFontInfo
316 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()
378 int FtFontInfo::GetExtraKernPairs( ImplKernPairData** ppKernPairs ) const in GetExtraKernPairs()
387 int FtFontInfo::GetExtraGlyphKernValue( int nLeftGlyph, int nRightGlyph ) const in GetExtraGlyphKernValue()
406 const unsigned char* FtFontInfo::GetTable( const char* pTag, sal_uLong* pLength ) const in GetTable()
443 void FtFontInfo::AnnounceFont( ImplDevFontList* pFontList ) in AnnounceFont()
[all …]