Home
last modified time | relevance | path

Searched refs:EnumFonts (Results 1 – 25 of 78) sorted by relevance

1234

/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dcr3pocketbook.h8 #undef EnumFonts
9 #define EnumFonts PB_EnumFonts macro
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp27 if (m_pInfo->EnumFonts) { in EnumFontList()
28 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
188 pFontInfoExt->EnumFonts = DefaultEnumFonts; in FPDF_GetDefaultSystemFontInfo()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp23 if (m_pInfo->EnumFonts) { in EnumFontList()
24 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
184 pFontInfoExt->EnumFonts = DefaultEnumFonts; in FPDF_GetDefaultSystemFontInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp59 if (m_pInfo->EnumFonts) { in EnumFontList()
60 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
222 pFontInfoExt->EnumFonts = DefaultEnumFonts; in FPDF_GetDefaultSystemFontInfo()
H A Dfpdf_sysfontinfo_embeddertest.cpp66 font_info_.EnumFonts = FakeEnumFonts; in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp58 if (m_pInfo->EnumFonts) { in EnumFontList()
59 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
221 pFontInfoExt->EnumFonts = DefaultEnumFonts; in FPDF_GetDefaultSystemFontInfo()
H A Dfpdf_sysfontinfo_embeddertest.cpp69 font_info_.EnumFonts = FakeEnumFonts; in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/pdfium/
H A Dpdfium_font_linux.cc44 void EnumFonts(FPDF_SYSFONTINFO* sysfontinfo, void* mapper) { in EnumFonts() function
193 FPDF_SYSFONTINFO g_font_info = {1, 0, EnumFonts, MapFont, 0,
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/
H A Dpdfium_font_linux.cc44 void EnumFonts(FPDF_SYSFONTINFO* sysfontinfo, void* mapper) { in EnumFonts() function
193 FPDF_SYSFONTINFO g_font_info = {1, 0, EnumFonts, MapFont, 0,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/font/
H A Dcfgas_gemodule.cpp20 g_module->GetFontMgr()->EnumFonts(); in Create()
H A Dcfgas_fontmgr.h102 bool EnumFonts();
H A Dcfgas_fontmgr.cpp175 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr
630 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/testing/
H A Dxfa_unit_test_support.cpp27 if (font_mgr->EnumFonts()) in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffapp.cpp46 if (!m_pFDEFontMgr->EnumFonts()) in GetFDEFontMgr()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/public/
H A Dfpdf_sysfontinfo.h80 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/public/
H A Dfpdf_sysfontinfo.h85 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); member
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/public/
H A Dfpdf_sysfontinfo.h81 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/public/
H A Dfpdf_sysfontinfo.h85 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/font/
H A Dcfgas_fontmgr.h115 bool EnumFonts();
H A Dcfgas_fontmgr.cpp179 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr
648 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts() function in CFGAS_FontMgr
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswfont.c245 EnumFonts (hDC, FaceName, ProcInstance, LPDATA(&hDlg));
366 EnumFonts (hDC, NULL, ProcInstance, LPDATA(&hDlg));
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/font/
H A Dfgas_stdfontmgr.h190 FX_BOOL EnumFonts();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp242 if (!m_pFontMgr->EnumFonts()) in LoadFont()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dconfig2.cpp165 EnumFonts(hdc, NULL, &EnumFontsProc, (LPARAM)hwnd); in PluginShellFontDialogProc()
/dports/math/vtk9/VTK-9.1.0/Utilities/Upgrading/
H A DFindWindowsMangledMethods.cmake223 EnumFonts

1234