Home
last modified time | relevance | path

Searched refs:GetUserFontPaths (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/android/
Dfx_android_impl.cpp32 pFontInfo->Init(pFontMgr, CFX_GEModule::Get()->GetUserFontPaths()); in CreateDefaultSystemFontInfo()
/external/pdfium/core/fxge/
Dcfx_gemodule.h47 const char** GetUserFontPaths() const { return m_pUserFontPaths; } in GetUserFontPaths() function
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp152 if (!pInfo->ParseFontCfg(CFX_GEModule::Get()->GetUserFontPaths())) { in CreateDefaultSystemFontInfo()
/external/pdfium/core/fxge/linux/
Dfx_linux_impl.cpp175 if (!pInfo->ParseFontCfg(CFX_GEModule::Get()->GetUserFontPaths())) { in CreateDefaultSystemFontInfo()
/external/pdfium/core/fxge/win32/
Dcwin32_platform.cpp466 auto** user_paths = CFX_GEModule::Get()->GetUserFontPaths(); in CreateDefaultSystemFontInfo()