Home
last modified time | relevance | path

Searched refs:pUserFontPaths (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_gemodule.cpp20 CFX_GEModule::CFX_GEModule(const char** pUserFontPaths) in CFX_GEModule() argument
24 m_pUserFontPaths(pUserFontPaths) {} in CFX_GEModule()
29 void CFX_GEModule::Create(const char** pUserFontPaths) { in Create() argument
31 g_pGEModule = new CFX_GEModule(pUserFontPaths); in Create()
Dcfx_gemodule.h25 static void Create(const char** pUserFontPaths);
35 explicit CFX_GEModule(const char** pUserFontPaths);