Lines Matching refs:m_eWidth
126 aInfo.m_eWidth = psp::width::UltraCondensed; in toFont()
128 aInfo.m_eWidth = psp::width::ExtraCondensed; in toFont()
130 aInfo.m_eWidth = psp::width::Condensed; in toFont()
132 aInfo.m_eWidth = psp::width::SemiCondensed; in toFont()
134 aInfo.m_eWidth = psp::width::Normal; in toFont()
136 aInfo.m_eWidth = psp::width::SemiExpanded; in toFont()
138 aInfo.m_eWidth = psp::width::Expanded; in toFont()
140 aInfo.m_eWidth = psp::width::ExtraExpanded; in toFont()
142 aInfo.m_eWidth = psp::width::UltraExpanded; in toFont()
166 if( aInfo.m_eWidth != psp::width::Unknown ) in toFont()
167 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in toFont()