Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontConstants.h18 #define NS_FONT_STYLE_OBLIQUE 2 macro
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontConstants.h18 #define NS_FONT_STYLE_OBLIQUE 2 macro
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontConstants.h18 #define NS_FONT_STYLE_OBLIQUE 2 macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontConstants.h18 #define NS_FONT_STYLE_OBLIQUE 2 macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontConstants.h18 #define NS_FONT_STYLE_OBLIQUE 2 macro
H A DgfxDWriteFontList.h116 ? NS_FONT_STYLE_OBLIQUE in gfxFontEntry()
H A DgfxFontEntry.h148 bool IsOblique() const { return mStyle == NS_FONT_STYLE_OBLIQUE; } in IsOblique()
H A DgfxTextRun.cpp2262 : (mStyle.style & NS_FONT_STYLE_OBLIQUE ? "oblique" in InitTextRun()
2310 : (mStyle.style & NS_FONT_STYLE_OBLIQUE ? "oblique" in InitTextRun()
H A DgfxFcPlatformFontList.cpp232 mStyle = NS_FONT_STYLE_OBLIQUE; in gfxFontconfigFontEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontConstants.h18 #define NS_FONT_STYLE_OBLIQUE 2 macro
H A DgfxFontconfigUtils.cpp49 return NS_FONT_STYLE_OBLIQUE; in FcSlantToThebesStyle()
71 if (aFontStyle.style == NS_FONT_STYLE_OBLIQUE) in GetFcSlant()
H A DgfxDWriteFontList.h88 NS_FONT_STYLE_OBLIQUE : NS_FONT_STYLE_NORMAL)); in gfxDWriteFontEntry()
H A DgfxFontEntry.h131 bool IsOblique() const { return mStyle == NS_FONT_STYLE_OBLIQUE; } in IsOblique()
H A DgfxFcPlatformFontList.cpp206 mStyle = NS_FONT_STYLE_OBLIQUE; in gfxFontconfigFontEntry()
H A DgfxTextRun.cpp2185 (mStyle.style & NS_FONT_STYLE_OBLIQUE ? "oblique" : in InitTextRun()
2233 (mStyle.style & NS_FONT_STYLE_OBLIQUE ? "oblique" : in InitTextRun()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Drules.rs127 Oblique => NS_FONT_STYLE_OBLIQUE,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h556 #define NS_STYLE_FONT_STYLE_OBLIQUE NS_FONT_STYLE_OBLIQUE
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h657 #define NS_STYLE_FONT_STYLE_OBLIQUE NS_FONT_STYLE_OBLIQUE
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs150 pub const NS_FONT_STYLE_OBLIQUE: u32 = 2; const