HomeSort by relevance Sort by last modified time
    Searched defs:GetFontGlobals (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_pagemodule.cpp 17 CPDF_FontGlobals* CPDF_PageModule::GetFontGlobals() {
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 116 CPDF_FontGlobals* GetFontGlobals() {
117 return CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals();
142 const auto& codes = GetFontGlobals()->m_EmbeddedToUnicodes[charset];
154 const auto& codes = GetFontGlobals()->m_EmbeddedToUnicodes[charset];
354 CPDF_CMapManager& manager = GetFontGlobals()->m_CMapManager;
830 CPDF_CMapManager& manager = GetFontGlobals()->m_CMapManager;

Completed in 337 milliseconds