Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_gemodule.h32 const char** GetUserFontPaths() const { return m_pUserFontPaths; } in GetUserFontPaths()
41 const char** const m_pUserFontPaths; variable
Dcfx_gemodule.cpp24 m_pUserFontPaths(pUserFontPaths) {} in CFX_GEModule()
/external/pdfium/testing/fuzzers/
Dpdf_fuzzer_init.cc14 config.m_pUserFontPaths = nullptr; in TestCase()
Dpdf_fuzzer_init_public.cc73 config.m_pUserFontPaths = nullptr; in TestCase()
/external/pdfium/docs/
Dgetting-started.md44 config.m_pUserFontPaths = NULL;
58 `m_pUserFontPaths` can be used to override the font paths searched by PDFium. To
132 config.m_pUserFontPaths = NULL;
/external/pdfium/public/
Dfpdfview.h231 const char** m_pUserFontPaths; member
/external/pdfium/samples/
Dpdfium_test.cc1113 config.m_pUserFontPaths = nullptr; in main()
1121 config.m_pUserFontPaths = path_array; in main()
/external/pdfium/testing/
Dembedder_test.cpp69 config.m_pUserFontPaths = nullptr; in SetUp()
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp114 CFX_GEModule::Create(config ? config->m_pUserFontPaths : nullptr); in FPDF_InitLibraryWithConfig()