Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontConstants.h87 #define NS_FONT_VARIANT_EAST_ASIAN_RUBY (1 << 8) macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontConstants.h87 #define NS_FONT_VARIANT_EAST_ASIAN_RUBY (1 << 8) macro
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontConstants.h88 #define NS_FONT_VARIANT_EAST_ASIAN_RUBY (1 << 8) macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontConstants.h87 #define NS_FONT_VARIANT_EAST_ASIAN_RUBY (1 << 8) macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontConstants.h93 #define NS_FONT_VARIANT_EAST_ASIAN_RUBY (1 << 8) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontConstants.h114 #define NS_FONT_VARIANT_EAST_ASIAN_RUBY (1 << eFeatureEastAsian_ruby) macro
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs204 pub const NS_FONT_VARIANT_EAST_ASIAN_RUBY: u32 = 256; const