Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_gemodule.cpp23 m_pUserFontPaths(nullptr) {} in CFX_GEModule()
45 m_pUserFontPaths = userFontPaths; in Init()
Dcfx_gemodule.h36 const char** m_pUserFontPaths; variable
Dfx_ge_linux.cpp159 IFX_SystemFontInfo::CreateDefault(m_pUserFontPaths)); in InitPlatform()
/external/pdfium/testing/libfuzzer/
Dpdf_fuzzer_init.cc14 config.m_pUserFontPaths = nullptr; in TestCase()
/external/pdfium/docs/
Dgetting-started.md44 config.m_pUserFontPaths = NULL;
55 Currently the `config.version` must be set to `2`. `m_pUserFontPaths` can be
129 config.m_pUserFontPaths = NULL;
/external/pdfium/public/
Dfpdfview.h188 const char** m_pUserFontPaths; member
/external/pdfium/testing/
Dembedder_test.cpp72 config.m_pUserFontPaths = nullptr; in SetUp()
/external/pdfium/samples/
Dpdfium_test.cc1580 config.m_pUserFontPaths = nullptr; in main()
1588 config.m_pUserFontPaths = path_array; in main()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp474 pModule->Init(cfg ? cfg->m_pUserFontPaths : nullptr); in FPDF_InitLibraryWithConfig()