Lines Matching refs:width
679 width::type convertWidth(int width) in convertWidth() argument
681 if (width == FC_WIDTH_ULTRACONDENSED) in convertWidth()
682 return width::UltraCondensed; in convertWidth()
683 else if (width == FC_WIDTH_EXTRACONDENSED) in convertWidth()
684 return width::ExtraCondensed; in convertWidth()
685 else if (width == FC_WIDTH_CONDENSED) in convertWidth()
686 return width::Condensed; in convertWidth()
687 else if (width == FC_WIDTH_SEMICONDENSED) in convertWidth()
688 return width::SemiCondensed; in convertWidth()
689 else if (width == FC_WIDTH_SEMIEXPANDED) in convertWidth()
690 return width::SemiExpanded; in convertWidth()
691 else if (width == FC_WIDTH_EXPANDED) in convertWidth()
692 return width::Expanded; in convertWidth()
693 else if (width == FC_WIDTH_EXTRAEXPANDED) in convertWidth()
694 return width::ExtraExpanded; in convertWidth()
695 else if (width == FC_WIDTH_ULTRAEXPANDED) in convertWidth()
696 return width::UltraExpanded; in convertWidth()
697 return width::Normal; in convertWidth()
926 italic::type eItalic, weight::type eWeight, width::type eWidth, pitch::type ePitch) in addtopattern()
960 if( eWidth != width::Unknown ) in addtopattern()
965 case width::UltraCondensed: nWidth = FC_WIDTH_ULTRACONDENSED;break; in addtopattern()
966 case width::ExtraCondensed: nWidth = FC_WIDTH_EXTRACONDENSED;break; in addtopattern()
967 case width::Condensed: nWidth = FC_WIDTH_CONDENSED;break; in addtopattern()
968 case width::SemiCondensed: nWidth = FC_WIDTH_SEMICONDENSED;break; in addtopattern()
969 case width::Normal: nWidth = FC_WIDTH_NORMAL;break; in addtopattern()
970 case width::SemiExpanded: nWidth = FC_WIDTH_SEMIEXPANDED;break; in addtopattern()
971 case width::Expanded: nWidth = FC_WIDTH_EXPANDED;break; in addtopattern()
972 case width::ExtraExpanded: nWidth = FC_WIDTH_EXTRAEXPANDED;break; in addtopattern()
973 case width::UltraExpanded: nWidth = FC_WIDTH_ULTRACONDENSED;break; in addtopattern()
998 width::type &rWidth, pitch::type &rPitch) const in Substitute()
1291 rtl::OUString&, const rtl::OString&, italic::type, weight::type, width::type, pitch::type) const in Substitute()