Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp207 CFGAS_FontMgr::CFGAS_FontMgr() : m_pEnumerator(EnumGdiFonts), m_FontFaces(100) { in CFGAS_FontMgr()
208 if (m_pEnumerator) in CFGAS_FontMgr()
209 m_pEnumerator(&m_FontFaces, nullptr, 0xFEFF); in CFGAS_FontMgr()
236 if (!pszFontFamily || !m_pEnumerator) in FindFont()
240 m_pEnumerator(&namedFonts, pszFontFamily, wUnicode); in FindFont()
Dcfgas_fontmgr.h156 FX_LPEnumAllFonts m_pEnumerator; variable