Searched refs:getFontFastInfo (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/padmin/source/ |
H A D | fontentry.cxx | 281 m_rFontManager.getFontFastInfo( *font_it, aInfo ); in init() 291 m_rFontManager.getFontFastInfo( *dup, aDupInfo ); in init()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svptext.cxx | 293 if( !rMgr.getFontFastInfo( *it, aInfo ) ) in GetDevFontList()
|
H A D | svppspgraphics.cxx | 811 if (rMgr.getFontFastInfo (*it, aInfo)) in GetDevFontList()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1002 rMgr.getFontFastInfo( nFontId, aInfo ); in AddTempDevFont() 1038 if( !rMgr.getFontFastInfo( *it, aInfo ) ) in GetDevFontList()
|
H A D | pspgraphics.cxx | 898 if (rMgr.getFontFastInfo (*it, aInfo)) in GetDevFontList()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 489 bool getFontFastInfo( fontID nFontID, FastPrintFontInfo& rInfo ) const;
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 1247 bSuccess = getFontFastInfo( aFont, rInfo ); in matchFont()
|
H A D | fontmanager.cxx | 2718 bool PrintFontManager::getFontFastInfo( fontID nFontID, FastPrintFontInfo& rInfo ) const in getFontFastInfo() function in PrintFontManager
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 1034 rFontManager.getFontFastInfo( nSubstitute, aInfo ); in fillFontSubstitutions()
|
Completed in 129 milliseconds