Home
last modified time | relevance | path

Searched refs:m_FamilyFonts (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp258 for (const auto& pair : m_FamilyFonts) { in ~CFPF_SkiaFontMgr()
262 m_FamilyFonts.clear(); in ~CFPF_SkiaFontMgr()
288 auto it = m_FamilyFonts.find(dwHash); in CreateFont()
289 if (it != m_FamilyFonts.end() && it->second) in CreateFont()
356 m_FamilyFonts[dwHash] = pFont; in CreateFont()
Dcfpf_skiafontmgr.h49 std::map<uint32_t, CFPF_SkiaFont*> m_FamilyFonts; variable
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp139 m_FamilyFonts[dwHash] = pFont; in GetFontByCodePage()
178 m_FamilyFonts[FGAS_GetFontFamilyHash(pFontFace, dwFontStyles, wCodePage)] = in GetFontByUnicode()
190 auto it = m_FamilyFonts.find(dwHash); in LoadFont()
191 if (it != m_FamilyFonts.end()) in LoadFont()
210 m_FamilyFonts[dwHash] = pFont; in LoadFont()
255 RemoveFont(&m_FamilyFonts, pFont); in RemoveFont()
Dcfgas_fontmgr.h124 std::map<uint32_t, CFX_RetainPtr<CFGAS_GEFont>> m_FamilyFonts; variable