Home
last modified time | relevance | path

Searched refs:rFont (Results 176 – 189 of 189) sorted by path

12345678

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx970 sal_Int32 getBestBuiltinFont( const Font& rFont );
1118 void setFont( const Font& rFont );
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1083 static inline void SplitGlyphFlags( const FreetypeServerFont& rFont, sal_GlyphId& rGlyphId, int& nG… in SplitGlyphFlags() argument
1089 rGlyphId = rFont.GetRawGlyphIndex( rGlyphId ); in SplitGlyphFlags()
H A Dgcach_layout.cxx47 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()
532 nGlyphIndex = rFont.FixupGlyphIndex( nGlyphIndex, aChar ); in operator ()()
541 const GlyphMetric& rGM = rFont.GetGlyphMetric( nGlyphIndex ); in operator ()()
[all …]
/trunk/main/vcl/source/window/
H A Dwindow.cxx391 bool Window::ImplCheckUIFont( const Font& rFont ) in ImplCheckUIFont() argument
1720 void Window::ImplPointToLogic( Font& rFont ) const in ImplPointToLogic()
1722 Size aSize = rFont.GetSize(); in ImplPointToLogic()
1742 rFont.SetSize( aSize ); in ImplPointToLogic()
1747 void Window::ImplLogicToPoint( Font& rFont ) const in ImplLogicToPoint()
1749 Size aSize = rFont.GetSize(); in ImplLogicToPoint()
1769 rFont.SetSize( aSize ); in ImplLogicToPoint()
4322 if ( rFont.GetSize().Height() ) in ImplNewInputContext()
4336 aNewContext.meLanguage = rFont.GetLanguage(); in ImplNewInputContext()
6001 void Window::SetPointFont( const Font& rFont ) in SetPointFont() argument
[all …]
H A Dwindow2.cxx921 void Window::SetZoomedPointFont( const Font& rFont ) in SetZoomedPointFont() argument
928 Font aFont( rFont ); in SetZoomedPointFont()
958 SetPointFont( rFont ); in SetZoomedPointFont()
994 void Window::SetControlFont( const Font& rFont ) in SetControlFont() argument
998 if ( rFont == Font() ) in SetControlFont()
1006 if ( *mpWindowImpl->mpControlFont == rFont ) in SetControlFont()
1008 *mpWindowImpl->mpControlFont = rFont; in SetControlFont()
1011 mpWindowImpl->mpControlFont = new Font( rFont ); in SetControlFont()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2491 size_t operator()( const BuiltinFontIdentifier& rFont ) const in operator ()()
2493 … return rFont.aFamily.hashCode() ^ rFont.eItalic ^ rFont.eWeight ^ rFont.ePitch ^ rFont.aEncoding; in operator ()()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx680 PspServerFontLayout( psp::PrinterGfx&, ServerFont& rFont, const ImplLayoutArgs& rArgs );
698 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() argument
699 : ServerFontLayout( rFont ), in PspServerFontLayout()
H A Dsalgdi3.cxx295 bool isCairoRenderable(const ServerFont& rFont);
426 return rFont.GetFtFace() && isValid() && rFont.GetAntialiasAdvice() && in isCairoRenderable()
542 ServerFont& rFont = rLayout.GetServerFont(); in DrawCairoAAFontString() local
546 void *pId = rFont.GetFtFace(); in DrawCairoAAFontString()
566 if (rFont.NeedsArtificialItalic()) in DrawCairoAAFontString()
620 ServerFont& rFont = rLayout.GetServerFont(); in DrawServerAAFontString() local
651 ServerFont& rFont = rLayout.GetServerFont(); in DrawServerAAForcedString() local
880 ServerFont& rFont = rSalLayout.GetServerFont(); in DrawServerSimpleFontString() local
928 ServerFont& rFont = rLayout.GetServerFont(); in DrawServerFontLayout() local
936 if( rGlyphPeer.GetGlyphSet( rFont, m_nScreen ) ) in DrawServerFontLayout()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1624 const String& rFont, in getFontAttributes() argument
1631 if( m_pFontList->getValue( i )->m_aOption == rFont ) in getFontAttributes()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx646 PrinterGfx::getCharMetric (const Font3 &rFont, sal_Unicode n_char, CharacterMetric *p_bbox) in getCharMetric() argument
653 fontID n_font = rFont.GetFont(n); in getCharMetric()
691 return getCharMetric (rFont, '?', p_bbox); in getCharMetric()
693 return rFont.GetFont(0) != -1 ? rFont.GetFont(0) : rFont.GetFont(1); in getCharMetric()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx621 PspServerFontLayout( psp::PrinterGfx&, ServerFont& rFont, const ImplLayoutArgs& rArgs );
639 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() argument
640 : ServerFontLayout( rFont ), in PspServerFontLayout()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1024 rFont.SetName( aFontName ); in ImplSalLogFontToFontA()
1039 rFont.SetSize( Size( 0, nFontHeight ) ); in ImplSalLogFontToFontA()
1042 rFont.SetItalic( ITALIC_NORMAL ); in ImplSalLogFontToFontA()
1044 rFont.SetItalic( ITALIC_NONE ); in ImplSalLogFontToFontA()
1048 rFont.SetUnderline( UNDERLINE_NONE ); in ImplSalLogFontToFontA()
1052 rFont.SetStrikeout( STRIKEOUT_NONE ); in ImplSalLogFontToFontA()
1063 rFont.SetName( aFontName ); in ImplSalLogFontToFontW()
1078 rFont.SetSize( Size( 0, nFontHeight ) ); in ImplSalLogFontToFontW()
1081 rFont.SetItalic( ITALIC_NORMAL ); in ImplSalLogFontToFontW()
1083 rFont.SetItalic( ITALIC_NONE ); in ImplSalLogFontToFontW()
[all …]
H A Dwinlayout.cxx2791 GraphiteLayoutWinImpl(const gr::Font & font, ImplWinFontEntry & rFont) argument
2793 : GraphiteLayout(font), mrFont(rFont) {};
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2796 static void ImplSalUpdateStyleFontA( HDC hDC, const LOGFONTA& rLogFont, Font& rFont ) in ImplSalUpdateStyleFontA() argument
2798 ImplSalLogFontToFontA( hDC, rLogFont, rFont ); in ImplSalUpdateStyleFontA()
2805 if ( rFont.GetHeight() < 8 ) in ImplSalUpdateStyleFontA()
2808 rFont.SetHeight( 8 ); in ImplSalUpdateStyleFontA()
2809 else if ( rFont.GetHeight() < 6 ) in ImplSalUpdateStyleFontA()
2810 rFont.SetHeight( 6 ); in ImplSalUpdateStyleFontA()
2818 ImplSalLogFontToFontW( hDC, rLogFont, rFont ); in ImplSalUpdateStyleFontW()
2825 if ( rFont.GetHeight() < 8 ) in ImplSalUpdateStyleFontW()
2828 rFont.SetHeight( 8 ); in ImplSalUpdateStyleFontW()
2829 else if ( rFont.GetHeight() < 6 ) in ImplSalUpdateStyleFontW()
[all …]

Completed in 233 milliseconds

12345678