Lines Matching refs:m_eWidth
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()
1809 if( aInfo.m_eWidth != psp::width::Unknown ) in toFont()
1810 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in toFont()