Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp633 std::vector<CFX_RetainPtr<CFGAS_GEFont>>* pFontArray = &m_Hash2Fonts[dwHash]; in GetFontByCodePage()
677 std::vector<CFX_RetainPtr<CFGAS_GEFont>>* pFonts = &m_Hash2Fonts[dwHash]; in GetFontByUnicode()
972 auto iter = m_Hash2Fonts.begin(); in RemoveFont()
973 while (iter != m_Hash2Fonts.end()) { in RemoveFont()
983 m_Hash2Fonts.erase(old_iter); in RemoveFont()
Dcfgas_fontmgr.h247 std::map<uint32_t, std::vector<CFX_RetainPtr<CFGAS_GEFont>>> m_Hash2Fonts; variable