Lines Matching refs:width

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