Home
last modified time | relevance | path

Searched refs:NS_FONT_STRETCH_EXPANDED (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxDWriteCommon.h38 case NS_FONT_STRETCH_EXPANDED: in DWriteFontStretchFromStretch()
66 return NS_FONT_STRETCH_EXPANDED; in FontStretchFromDWriteStretch()
H A DgfxFontConstants.h30 #define NS_FONT_STRETCH_EXPANDED 2 macro
H A DgfxFontconfigUtils.cpp180 return NS_FONT_STRETCH_EXPANDED; in GetThebesStretch()
204 case NS_FONT_STRETCH_EXPANDED: in FcWidthForThebesStretch()
H A DgfxMacPlatformFontList.mm561 fontEntry->mStretch = NS_FONT_STRETCH_EXPANDED;
1249 NS_FONT_STRETCH_EXPANDED : (traits & NSFontCondensedTrait) ?
H A DgfxFcPlatformFontList.cpp184 return NS_FONT_STRETCH_EXPANDED; in MapFcWidth()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxDWriteCommon.h37 case NS_FONT_STRETCH_EXPANDED: in DWriteFontStretchFromStretch()
64 return NS_FONT_STRETCH_EXPANDED; in FontStretchFromDWriteStretch()
H A DgfxFontConstants.h30 #define NS_FONT_STRETCH_EXPANDED 2 macro
H A DgfxMacPlatformFontList.mm911 fontEntry->mStretch = NS_FONT_STRETCH_EXPANDED;
1704 NS_FONT_STRETCH_EXPANDED : (traits & NSFontCondensedTrait) ?
H A DgfxFcPlatformFontList.cpp207 return NS_FONT_STRETCH_EXPANDED; in MapFcWidth()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontConstants.h30 #define NS_FONT_STRETCH_EXPANDED 125 macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontConstants.h30 #define NS_FONT_STRETCH_EXPANDED 125 macro
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontConstants.h30 #define NS_FONT_STRETCH_EXPANDED 125 macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontConstants.h30 #define NS_FONT_STRETCH_EXPANDED 125 macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DScaledFontDWrite.cpp94 case NS_FONT_STRETCH_EXPANDED: in DWriteFontStretchFromStretch()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Drules.rs137 Expanded => NS_FONT_STRETCH_EXPANDED,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h589 #define NS_STYLE_FONT_STRETCH_EXPANDED NS_FONT_STRETCH_EXPANDED
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DScaledFontDWrite.cpp107 case NS_FONT_STRETCH_EXPANDED: in DWriteFontStretchFromStretch()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h687 #define NS_STYLE_FONT_STRETCH_EXPANDED NS_FONT_STRETCH_EXPANDED
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs160 pub const NS_FONT_STRETCH_EXPANDED: u32 = 2; const