Home
last modified time | relevance | path

Searched defs:NS_FONT_VARIANT_ALTERNATES_STYLISTIC (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontConstants.h52 #define NS_FONT_VARIANT_ALTERNATES_STYLISTIC (1 << 1) macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontConstants.h52 #define NS_FONT_VARIANT_ALTERNATES_STYLISTIC (1 << 1) macro
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontConstants.h53 #define NS_FONT_VARIANT_ALTERNATES_STYLISTIC (1 << 1) macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontConstants.h52 #define NS_FONT_VARIANT_ALTERNATES_STYLISTIC (1 << 1) macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontConstants.h58 #define NS_FONT_VARIANT_ALTERNATES_STYLISTIC (1 << 1) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontConstants.h66 #define NS_FONT_VARIANT_ALTERNATES_STYLISTIC (1 << eFeatureAlternates_stylistic) macro
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs179 pub const NS_FONT_VARIANT_ALTERNATES_STYLISTIC: u32 = 2; const