Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_linux.cpp106 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()
Dcfx_folderfontinfo.cpp239 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()
Dcfx_folderfontinfo.h72 std::map<ByteString, std::unique_ptr<FontFaceInfo>> m_FontList; variable
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp92 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()