Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp118 auto it = m_CPFonts.find(dwHash); in GetFontByCodePage()
119 if (it != m_CPFonts.end()) { in GetFontByCodePage()
137 m_CPFonts[dwHash] = pFont; in GetFontByCodePage()
177 m_CPFonts[FGAS_GetFontHashCode(wCodePage, dwFontStyles)] = pFont; in GetFontByUnicode()
212 m_CPFonts[dwHash] = pFont; in LoadFont()
254 RemoveFont(&m_CPFonts, pFont); in RemoveFont()
Dcfgas_fontmgr.h123 std::map<uint32_t, CFX_RetainPtr<CFGAS_GEFont>> m_CPFonts; variable