Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_gemodule.cpp26 m_pUserFontPaths(nullptr) {} in CFX_GEModule()
51 m_pUserFontPaths = userFontPaths; in Init()
Dfx_ge_linux.cpp159 IFX_SystemFontInfo::CreateDefault(m_pUserFontPaths)); in InitPlatform()
/external/pdfium/core/fxge/
Dcfx_gemodule.h47 const char** m_pUserFontPaths; variable
/external/pdfium/docs/
Dgetting-started.md44 config.m_pUserFontPaths = NULL;
55 Currently the `config.version` must be set to `2`. `m_pUserFontPaths` can be
130 config.m_pUserFontPaths = NULL;
/external/pdfium/public/
Dfpdfview.h163 const char** m_pUserFontPaths; member
/external/pdfium/testing/
Dembedder_test.cpp100 config.m_pUserFontPaths = nullptr; in SetUp()
/external/pdfium/samples/
Dpdfium_test.cc958 config.m_pUserFontPaths = nullptr; in main()
966 config.m_pUserFontPaths = path_array; in main()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp373 pModule->Init(cfg ? cfg->m_pUserFontPaths : nullptr, g_pCodecModule); in FPDF_InitLibraryWithConfig()