Lines Matching refs:psp
1744 psp::FastPrintFontInfo aInfo; in toFont()
1751 aInfo.m_eItalic = ( qFontInfo.italic()? psp::italic::Italic: psp::italic::Upright ); in toFont()
1756 aInfo.m_eWeight = psp::weight::Light; in toFont()
1758 aInfo.m_eWeight = psp::weight::Normal; in toFont()
1760 aInfo.m_eWeight = psp::weight::SemiBold; in toFont()
1762 aInfo.m_eWeight = psp::weight::Bold; in toFont()
1764 aInfo.m_eWeight = psp::weight::UltraBold; in toFont()
1769 aInfo.m_eWidth = psp::width::UltraCondensed; in toFont()
1771 aInfo.m_eWidth = psp::width::ExtraCondensed; in toFont()
1773 aInfo.m_eWidth = psp::width::Condensed; in toFont()
1775 aInfo.m_eWidth = psp::width::SemiCondensed; in toFont()
1777 aInfo.m_eWidth = psp::width::Normal; in toFont()
1779 aInfo.m_eWidth = psp::width::SemiExpanded; in toFont()
1781 aInfo.m_eWidth = psp::width::Expanded; in toFont()
1783 aInfo.m_eWidth = psp::width::ExtraExpanded; in toFont()
1785 aInfo.m_eWidth = psp::width::UltraExpanded; in toFont()
1792 psp::PrintFontManager::get().matchFont( aInfo, rLocale ); in toFont()
1807 if( aInfo.m_eWeight != psp::weight::Unknown ) in toFont()
1809 if( aInfo.m_eWidth != psp::width::Unknown ) in toFont()
1811 if( aInfo.m_eItalic != psp::italic::Unknown ) in toFont()
1813 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()