Lines Matching refs:psp

3452     psp::FastPrintFontInfo aInfo;  in updateSettings()
3458 case PANGO_STYLE_NORMAL: aInfo.m_eItalic = psp::italic::Upright;break; in updateSettings()
3459 case PANGO_STYLE_ITALIC: aInfo.m_eItalic = psp::italic::Italic;break; in updateSettings()
3460 case PANGO_STYLE_OBLIQUE: aInfo.m_eItalic = psp::italic::Oblique;break; in updateSettings()
3464 aInfo.m_eWeight = psp::weight::UltraLight; in updateSettings()
3466 aInfo.m_eWeight = psp::weight::Light; in updateSettings()
3468 aInfo.m_eWeight = psp::weight::Normal; in updateSettings()
3470 aInfo.m_eWeight = psp::weight::Bold; in updateSettings()
3472 aInfo.m_eWeight = psp::weight::UltraBold; in updateSettings()
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()
3492 psp::PrintFontManager::get().matchFont( aInfo, rSettings.GetUILocale() ); in updateSettings()
3511 if( aInfo.m_eWeight != psp::weight::Unknown ) in updateSettings()
3513 if( aInfo.m_eWidth != psp::width::Unknown ) in updateSettings()
3515 if( aInfo.m_eItalic != psp::italic::Unknown ) in updateSettings()
3517 if( aInfo.m_ePitch != psp::pitch::Unknown ) in updateSettings()