Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp153 auto it = m_UnicodeFonts.find(dwHash); in GetFontByUnicode()
154 if (it != m_UnicodeFonts.end()) { in GetFontByUnicode()
176 m_UnicodeFonts[dwHash] = pFont; in GetFontByUnicode()
256 RemoveFont(&m_UnicodeFonts, pFont); in RemoveFont()
Dcfgas_fontmgr.h125 std::map<uint32_t, CFX_RetainPtr<CFGAS_GEFont>> m_UnicodeFonts; variable