Lines Matching refs:m_eWidth
3476 case PANGO_STRETCH_ULTRA_CONDENSED: aInfo.m_eWidth = psp::width::UltraCondensed;break; in updateSettings()
3477 case PANGO_STRETCH_EXTRA_CONDENSED: aInfo.m_eWidth = psp::width::ExtraCondensed;break; in updateSettings()
3478 case PANGO_STRETCH_CONDENSED: aInfo.m_eWidth = psp::width::Condensed;break; in updateSettings()
3479 case PANGO_STRETCH_SEMI_CONDENSED: aInfo.m_eWidth = psp::width::SemiCondensed;break; in updateSettings()
3480 case PANGO_STRETCH_NORMAL: aInfo.m_eWidth = psp::width::Normal;break; in updateSettings()
3481 case PANGO_STRETCH_SEMI_EXPANDED: aInfo.m_eWidth = psp::width::SemiExpanded;break; in updateSettings()
3482 case PANGO_STRETCH_EXPANDED: aInfo.m_eWidth = psp::width::Expanded;break; in updateSettings()
3483 case PANGO_STRETCH_EXTRA_EXPANDED: aInfo.m_eWidth = psp::width::ExtraExpanded;break; in updateSettings()
3484 case PANGO_STRETCH_ULTRA_EXPANDED: aInfo.m_eWidth = psp::width::UltraExpanded;break; in updateSettings()
3513 if( aInfo.m_eWidth != psp::width::Unknown ) in updateSettings()
3514 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in updateSettings()