Searched refs:m_FontList (Results 1 – 4 of 4) sorted by relevance
106 auto it = m_FontList.find(name); in MapFont()107 if (it != m_FontList.end()) in MapFont()114 auto it = m_FontList.find(name); in MapFont()115 if (it != m_FontList.end()) in MapFont()122 auto it = m_FontList.find(name); in MapFont()123 if (it != m_FontList.end()) in MapFont()130 auto it = m_FontList.find(name); in MapFont()131 if (it != m_FontList.end()) in MapFont()
239 if (pdfium::ContainsKey(m_FontList, facename)) in ReportFace()280 m_FontList[facename] = std::move(pInfo); in ReportFace()305 for (const auto& it : m_FontList) { in FindFont()333 auto it = m_FontList.find(face); in GetFont()334 return it != m_FontList.end() ? it->second.get() : nullptr; in GetFont()
72 std::map<ByteString, std::unique_ptr<FontFaceInfo>> m_FontList; variable
92 auto it = m_FontList.find(new_face); in MapFont()93 if (it != m_FontList.end()) in MapFont()97 auto it = m_FontList.find(face); in MapFont()98 if (it != m_FontList.end()) in MapFont()120 it = m_FontList.find(face); in MapFont()121 return it != m_FontList.end() ? it->second.get() : nullptr; in MapFont()