Lines Matching refs:rMgr

892     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetDevFontList()  local
893 rMgr.getFontList( aList, m_pJobData->m_pParser, m_pInfoPrinter->m_bCompatMetrics ); in GetDevFontList()
898 if (rMgr.getFontFastInfo (*it, aInfo)) in GetDevFontList()
902 if( rMgr.hasFontconfig() ) in GetDevFontList()
918 const psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in GetFontMetric() local
921 if (rMgr.getFontInfo (m_pPrinterGfx->GetFontID(), aInfo)) in GetFontMetric()
1051 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in CreateFontSubset() local
1052 bool bSuccess = rMgr.createFontSubset( rInfo, in CreateFontSubset()
1116 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in DoGetEmbedFontData() local
1119 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetEmbedFontData()
1125 rInfo.m_aPSName = rMgr.getPSName( aFont ); in DoGetEmbedFontData()
1128 rMgr.getFontBoundingBox( aFont, xMin, yMin, xMax, yMax ); in DoGetEmbedFontData()
1138 if( ! rMgr.getMetrics( aFont, pUnicodes, 256, aMetrics ) ) in DoGetEmbedFontData()
1141 OString aSysPath = rMgr.getFontFileSysPath( aFont ); in DoGetEmbedFontData()
1186 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in DoGetFontEncodingVector() local
1189 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetFontEncodingVector()
1196 return rMgr.getEncodingMap( aFont, pNonEncoded ); in DoGetFontEncodingVector()
1204 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in DoGetGlyphWidths() local
1205 rMgr.getGlyphWidths( aFont, bVertical, rWidths, rUnicodeEnc ); in DoGetGlyphWidths()
1368 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in AnnounceFonts() local
1369 ByteString aFileName( rMgr.getFontFileSysPath( aInfo.m_nID ) ); in AnnounceFonts()