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.cpp958 std::vector<RetainPtr<CFGAS_GEFont>>* pFontArray = &m_Hash2Fonts[dwHash]; in GetFontByCodePage()
1021 std::vector<RetainPtr<CFGAS_GEFont>>* pFonts = &m_Hash2Fonts[dwHash]; in GetFontByUnicode()
1098 std::vector<RetainPtr<CFGAS_GEFont>>* pFontArray = &m_Hash2Fonts[dwHash]; in LoadFont()
1130 auto iter = m_Hash2Fonts.begin(); in RemoveFont()
1131 while (iter != m_Hash2Fonts.end()) { in RemoveFont()
1141 m_Hash2Fonts.erase(old_iter); in RemoveFont()
Dcfgas_fontmgr.h203 std::map<uint32_t, std::vector<RetainPtr<CFGAS_GEFont>>> m_Hash2Fonts; variable