Lines Matching refs:rMgr

805     psp::PrintFontManager& rMgr = psp::PrintFontManager::get();  in GetDevFontList()  local
806 rMgr.getFontList( aList, m_pJobData->m_pParser, m_pInfoPrinter->m_bCompatMetrics ); in GetDevFontList()
811 if (rMgr.getFontFastInfo (*it, aInfo)) in GetDevFontList()
827 const psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in GetFontMetric() local
830 if (rMgr.getFontInfo (m_pPrinterGfx->GetFontID(), aInfo)) in GetFontMetric()
946 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in CreateFontSubset() local
947 bool bSuccess = rMgr.createFontSubset( rInfo, in CreateFontSubset()
1010 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in DoGetEmbedFontData() local
1013 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetEmbedFontData()
1019 rInfo.m_aPSName = rMgr.getPSName( aFont ); in DoGetEmbedFontData()
1022 rMgr.getFontBoundingBox( aFont, xMin, yMin, xMax, yMax ); in DoGetEmbedFontData()
1032 if( ! rMgr.getMetrics( aFont, pUnicodes, 256, aMetrics ) ) in DoGetEmbedFontData()
1035 OString aSysPath = rMgr.getFontFileSysPath( aFont ); in DoGetEmbedFontData()
1080 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in DoGetFontEncodingVector() local
1083 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetFontEncodingVector()
1090 return rMgr.getEncodingMap( aFont, pNonEncoded ); in DoGetFontEncodingVector()
1098 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in DoGetGlyphWidths() local
1099 rMgr.getGlyphWidths( aFont, bVertical, rWidths, rUnicodeEnc ); in DoGetGlyphWidths()
1254 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in AnnounceFonts() local
1255 ByteString aFileName( rMgr.getFontFileSysPath( aInfo.m_nID ) ); in AnnounceFonts()