Lines Matching refs:rFSD
669 FreetypeServerFont* FreetypeManager::CreateFont( const ImplFontSelectData& rFSD ) in CreateFont() argument
674 sal_IntPtr nFontId = reinterpret_cast<sal_IntPtr>( rFSD.mpFontData ); in CreateFont()
682 FreetypeServerFont* pNew = new FreetypeServerFont( rFSD, pFontInfo ); in CreateFont()
699 ImplFontEntry* ImplFTSFontData::CreateFontInstance( ImplFontSelectData& rFSD ) const in CreateFontInstance()
701 ImplServerFontEntry* pEntry = new ImplServerFontEntry( rFSD ); in CreateFontInstance()
709 FreetypeServerFont::FreetypeServerFont( const ImplFontSelectData& rFSD, FtFontInfo* pFI ) in FreetypeServerFont() argument
710 : ServerFont( rFSD ), in FreetypeServerFont()
725 … pFI->GetFontFileName()->getStr(), rFSD.mnHeight, rFSD.mnWidth, pFI->IsSymbolFont(), maFaceFT!=0 ); in FreetypeServerFont()
732 mnWidth = rFSD.mnWidth; in FreetypeServerFont()
734 mnWidth = rFSD.mnHeight; in FreetypeServerFont()
735 mfStretch = (double)mnWidth / rFSD.mnHeight; in FreetypeServerFont()
746 FT_Error rc = FT_Set_Pixel_Sizes( maFaceFT, mnWidth, rFSD.mnHeight ); in FreetypeServerFont()
836 ApplyGSUB( rFSD ); in FreetypeServerFont()
845 …mbArtItalic = (rFSD.meItalic != ITALIC_NONE && pFI->GetFontAttributes().GetSlant() == ITALIC_NONE); in FreetypeServerFont()
846 …mbArtBold = (rFSD.meWeight > WEIGHT_MEDIUM && pFI->GetFontAttributes().GetWeight() <= WEIGHT_MEDIU… in FreetypeServerFont()
859 && rFSD.mnHeight < 20) in FreetypeServerFont()
1846 const ImplFontSelectData& rFSD = GetFontSelData(); in GetGlyphKernValue() local
1847 nKernVal *= rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetGlyphKernValue()
1875 const ImplFontSelectData& rFSD = GetFontSelData(); in GetKernPairs() local
1876 int nFontWidth = rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetKernPairs()
2361 bool FreetypeServerFont::ApplyGSUB( const ImplFontSelectData& rFSD ) in ApplyGSUB() argument
2367 if( rFSD.mbVertical ) in ApplyGSUB()