Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp227 auto it = m_DeriveFonts.find(dwHash); in LoadFont()
228 if (it != m_DeriveFonts.end() && it->second) in LoadFont()
235 m_DeriveFonts[dwHash] = pFont; in LoadFont()
259 RemoveFont(&m_DeriveFonts, pFont); in RemoveFont()
Dcfgas_fontmgr.h128 std::map<uint32_t, CFX_RetainPtr<CFGAS_GEFont>> m_DeriveFonts; variable