Searched refs:mpFontInfo (Results 1 – 2 of 2) sorted by relevance
175 virtual const ::rtl::OString* GetFontFileName() const { return mpFontInfo->GetFontFileName(); } in GetFontFileName()176 virtual int GetFontFaceNum() const { return mpFontInfo->GetFaceNum(); } in GetFontFaceNum()199 { return mpFontInfo->GetTable( pName, pLength ); } in GetTable()216 FtFontInfo* mpFontInfo; member in FreetypeServerFont
714 mpFontInfo( pFI ), in FreetypeServerFont()752 if( mpFontInfo->IsSymbolFont() ) in FreetypeServerFont()937 mpFontInfo->ReleaseFaceFT( maFaceFT ); in ~FreetypeServerFont()951 static_cast<ImplFontAttributes&>(rTo) = mpFontInfo->GetFontAttributes(); in FetchFontMetric()1179 if( mpFontInfo->IsSymbolFont() ) in GetRawGlyphIndex()1217 int nGlyphIndex = mpFontInfo->GetGlyphIndex( aChar ); in GetRawGlyphIndex()1224 if( (aChar <= 0x00FF) && mpFontInfo->IsSymbolFont() ) in GetRawGlyphIndex()1232 mpFontInfo->CacheGlyphIndex( aChar, nGlyphIndex ); in GetRawGlyphIndex()1761 const ImplFontCharMap* pIFCMap = mpFontInfo->GetImplFontCharMap(); in GetImplFontCharMap()1873 int nCount = mpFontInfo->GetExtraKernPairs( ppKernPairs ); in GetKernPairs()[all …]
Completed in 31 milliseconds