Home
last modified time | relevance | path

Searched refs:GetSystemFontInfo (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsLookAndFeel.cpp662 static void GetSystemFontInfo(GtkStyleContext* aStyle, nsString* aFontName, in GetSystemFontInfo() function
834 GetSystemFontInfo(labelStyle, &mDefaultFontName, &mDefaultFontStyle); in EnsureInit()
852 GetSystemFontInfo(accelStyle, &mMenuFontName, &mMenuFontStyle); in EnsureInit()
923 GetSystemFontInfo(labelStyle, &mButtonFontName, &mButtonFontStyle); in EnsureInit()
1028 GetSystemFontInfo(gtk_widget_get_style_context(entry), &mFieldFontName, in EnsureInit()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsLookAndFeel.cpp863 GetSystemFontInfo(GtkWidget *aWidget, in GetSystemFontInfo() function
912 GetSystemFontInfo(LookAndFeel::FontID aID, in GetSystemFontInfo() function
925 GetSystemFontInfo(label, aFontName, aFontStyle); in GetSystemFontInfo()
939 GetSystemFontInfo(label, aFontName, aFontStyle); in GetSystemFontInfo()
951 GetSystemFontInfo(entry, aFontName, aFontStyle); in GetSystemFontInfo()
965 GetSystemFontInfo(accel_label, aFontName, aFontStyle); in GetSystemFontInfo()
1023 GetSystemFontInfo(aID, cachedFontName, cachedFontStyle); in GetFontImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/
H A Dcfx_fontmapper.h25 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo.get(); } in GetSystemFontInfo() function
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsLookAndFeel.cpp792 static void GetSystemFontInfo(GtkStyleContext* aStyle, nsString* aFontName, in GetSystemFontInfo() function
1063 GetSystemFontInfo(labelStyle, &mDefaultFontName, &mDefaultFontStyle); in EnsureInit()
1081 GetSystemFontInfo(accelStyle, &mMenuFontName, &mMenuFontStyle); in EnsureInit()
1151 GetSystemFontInfo(labelStyle, &mButtonFontName, &mButtonFontStyle); in EnsureInit()
1267 GetSystemFontInfo(gtk_widget_get_style_context(entry), &mFieldFontName, in EnsureInit()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsLookAndFeel.cpp900 static void GetSystemFontInfo(GtkStyleContext* aStyle, nsString* aFontName, in GetSystemFontInfo() function
1508 GetSystemFontInfo(labelStyle, &mDefaultFontName, &mDefaultFontStyle); in Init()
1525 GetSystemFontInfo(accelStyle, &mMenuFontName, &mMenuFontStyle); in Init()
1692 GetSystemFontInfo(labelStyle, &mButtonFontName, &mButtonFontStyle); in Init()
1787 GetSystemFontInfo(gtk_widget_get_style_context(entry), &mFieldFontName, in Init()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsLookAndFeel.cpp900 static void GetSystemFontInfo(GtkStyleContext* aStyle, nsString* aFontName, in GetSystemFontInfo() function
1508 GetSystemFontInfo(labelStyle, &mDefaultFontName, &mDefaultFontStyle); in Init()
1525 GetSystemFontInfo(accelStyle, &mMenuFontName, &mMenuFontStyle); in Init()
1692 GetSystemFontInfo(labelStyle, &mButtonFontName, &mButtonFontStyle); in Init()
1787 GetSystemFontInfo(gtk_widget_get_style_context(entry), &mFieldFontName, in Init()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsLookAndFeel.cpp1015 static void GetSystemFontInfo(GtkStyleContext* aStyle, nsString* aFontName, in GetSystemFontInfo() function
1685 GetSystemFontInfo(labelStyle, &mDefaultFontName, &mDefaultFontStyle); in Init()
1702 GetSystemFontInfo(accelStyle, &mMenuFontName, &mMenuFontStyle); in Init()
1885 GetSystemFontInfo(labelStyle, &mButtonFontName, &mButtonFontStyle); in Init()
1983 GetSystemFontInfo(gtk_widget_get_style_context(entry), &mFieldFontName, in Init()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/font/
H A Dfgas_stdfontmgr.cpp585 IFX_SystemFontInfo* pSystemFontInfo = pFontMapper->GetSystemFontInfo(); in EnumFontsFromFontMapper()
842 IFX_SystemFontInfo* pSystemFontInfo = pFontMapper->GetSystemFontInfo(); in LoadFont()
958 IFX_SystemFontInfo* pSystemFontInfo = pFontMapper->GetSystemFontInfo(); in CreateFontStream()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/include/
H A Dfx_font.h294 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo.get(); } in GetSystemFontInfo() function