Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp315 class CFX_Win32FontInfo final : public SystemFontInfoIface { class
317 CFX_Win32FontInfo();
318 ~CFX_Win32FontInfo() override;
353 CFX_Win32FontInfo* pFontInfo = reinterpret_cast<CFX_Win32FontInfo*>(lParam); in FontEnumProc()
358 CFX_Win32FontInfo::CFX_Win32FontInfo() : m_hDC(CreateCompatibleDC(nullptr)) {} in CFX_Win32FontInfo() function in __anon432480ef0111::CFX_Win32FontInfo
360 CFX_Win32FontInfo::~CFX_Win32FontInfo() { in ~CFX_Win32FontInfo()
364 bool CFX_Win32FontInfo::IsOpenTypeFromDiv(const LOGFONTA* plf) { in IsOpenTypeFromDiv()
385 bool CFX_Win32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf) { in IsSupportFontFormDiv()
408 void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf, in AddInstalledFont()
427 bool CFX_Win32FontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
[all …]