Lines Matching refs:rFont
47 ServerFontLayout::ServerFontLayout( ServerFont& rFont ) in ServerFontLayout() argument
48 : mrServerFont( rFont ) in ServerFontLayout()
99 FreetypeServerFont& rFont = static_cast<FreetypeServerFont&>(rLayout.GetServerFont()); in operator ()() local
119 sal_GlyphId aGlyphId = rFont.GetGlyphIndex( cChar ); in operator ()()
130 int nKernValue = rFont.GetGlyphKernValue( nOldGlyphId, aGlyphId ); in operator ()()
142 const GlyphMetric& rGM = rFont.GetGlyphMetric( aGlyphId ); in operator ()()
194 IcuFontFromServerFont( FreetypeServerFont& rFont ) in IcuFontFromServerFont() argument
195 : mrServerFont( rFont ) in IcuFontFromServerFont()
412 FreetypeServerFont& rFont = reinterpret_cast<FreetypeServerFont&>(rLayout.GetServerFont()); in operator ()() local
532 nGlyphIndex = rFont.FixupGlyphIndex( nGlyphIndex, aChar ); in operator ()()
541 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyphIndex ); in operator ()()
568 const GlyphMetric& rNextGM = rFont.GetGlyphMetric( nNextGlyphIndex ); in operator ()()