Home
last modified time | relevance | path

Searched refs:GetFontGlobals (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp116 CPDF_FontGlobals* GetFontGlobals() { in GetFontGlobals() function
117 return CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetFontGlobals()
142 const auto& codes = GetFontGlobals()->m_EmbeddedToUnicodes[charset]; in EmbeddedUnicodeFromCharcode()
154 const auto& codes = GetFontGlobals()->m_EmbeddedToUnicodes[charset]; in EmbeddedCharcodeFromUnicode()
354 CPDF_CMapManager& manager = GetFontGlobals()->m_CMapManager; in Load()
830 CPDF_CMapManager& manager = GetFontGlobals()->m_CMapManager; in LoadGB2312()
Dfpdf_font.cpp310 ->GetFontGlobals() in Load()
Dcpdf_font.cpp302 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetStockFont()
Dfpdf_font_cid.cpp776 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in Load()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pagemodule.h21 CPDF_FontGlobals* GetFontGlobals();
Dcpdf_pagemodule.cpp17 CPDF_FontGlobals* CPDF_PageModule::GetFontGlobals() { in GetFontGlobals() function in CPDF_PageModule
/external/pdfium/core/fpdfapi/cmaps/Korea1/
Dcmaps_korea1.cpp42 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedKorea1CMaps()
/external/pdfium/core/fpdfapi/cmaps/GB1/
Dcmaps_gb1.cpp48 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedGB1CMaps()
/external/pdfium/core/fpdfapi/cmaps/CNS1/
Dcmaps_cns1.cpp48 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedCNS1CMaps()
/external/pdfium/core/fpdfapi/cmaps/Japan1/
Dcmaps_japan1.cpp60 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedJapan1CMaps()
/external/pdfium/core/fpdfapi/cmaps/
Dfpdf_cmaps.cpp62 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_FindEmbeddedCMap()