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.cpp332 class CFX_Win32FontInfo final : public IFX_SystemFontInfo { class
334 CFX_Win32FontInfo();
335 ~CFX_Win32FontInfo() override;
370 CFX_Win32FontInfo* pFontInfo = reinterpret_cast<CFX_Win32FontInfo*>(lParam); in FontEnumProc()
375 CFX_Win32FontInfo::CFX_Win32FontInfo() : m_hDC(CreateCompatibleDC(nullptr)) {} in CFX_Win32FontInfo() function in __anon82f3ec110111::CFX_Win32FontInfo
377 CFX_Win32FontInfo::~CFX_Win32FontInfo() { in ~CFX_Win32FontInfo()
381 bool CFX_Win32FontInfo::IsOpenTypeFromDiv(const LOGFONTA* plf) { in IsOpenTypeFromDiv()
402 bool CFX_Win32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf) { in IsSupportFontFormDiv()
425 void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf, in AddInstalledFont()
444 bool CFX_Win32FontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
[all …]