Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp351 m_LocalizedTTFonts.push_back(std::make_pair(new_name, name)); in AddInstalledFont()
375 for (i = pdfium::CollectionSize<int>(m_LocalizedTTFonts) - 1; i >= 0; i--) { in MatchInstalledFonts()
377 TT_NormalizeName(m_LocalizedTTFonts[i].first.c_str()); in MatchInstalledFonts()
379 return m_LocalizedTTFonts[i].second; in MatchInstalledFonts()
/external/pdfium/core/fxge/
Dcfx_fontmapper.h49 std::vector<std::pair<CFX_ByteString, CFX_ByteString>> m_LocalizedTTFonts; variable
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp103 for (const auto& fontPair : pFontMapper->m_LocalizedTTFonts) { in FindNativeTrueTypeFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp467 for (size_t i = 0; i < m_pMapper->m_LocalizedTTFonts.size(); ++i) { in FindFont()
468 CFX_ByteString thisname = m_pMapper->m_LocalizedTTFonts[i].first; in FindFont()
470 return m_pMapper->m_LocalizedTTFonts[i].second; in FindFont()