Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_linux.cpp69 class CFX_LinuxFontInfo : public CFX_FolderFontInfo { class
71 CFX_LinuxFontInfo() {} in CFX_LinuxFontInfo() function in __anone33910a80111::CFX_LinuxFontInfo
72 ~CFX_LinuxFontInfo() override {} in ~CFX_LinuxFontInfo()
82 void* CFX_LinuxFontInfo::MapFont(int weight, in MapFont()
134 bool CFX_LinuxFontInfo::ParseFontCfg(const char** pUserPaths) { in ParseFontCfg()
147 auto pInfo = pdfium::MakeUnique<CFX_LinuxFontInfo>(); in CreateDefault()