Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp124 CPDF_FontGlobals* GetFontGlobals() { in GetFontGlobals() function
125 return CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetFontGlobals()
155 std::tie(count, map) = GetFontGlobals()->GetEmbeddedToUnicode(charset); in EmbeddedUnicodeFromCharcode()
169 std::tie(count, map) = GetFontGlobals()->GetEmbeddedToUnicode(charset); in EmbeddedCharcodeFromUnicode()
368 CPDF_CMapManager* manager = GetFontGlobals()->GetCMapManager(); in Load()
851 CPDF_CMapManager* manager = GetFontGlobals()->GetCMapManager(); in LoadGB2312()
Dcpdf_cid2unicodemap.cpp39 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in Load()
Dcpdf_tounicodemap.cpp226 ->GetFontGlobals() in Load()
Dcpdf_font.cpp307 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetStockFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pagemodule.h22 CPDF_FontGlobals* GetFontGlobals();
Dcpdf_pagemodule.cpp19 CPDF_FontGlobals* CPDF_PageModule::GetFontGlobals() { in GetFontGlobals() function in CPDF_PageModule
/external/pdfium/core/fpdfapi/cmaps/Korea1/
Dcmaps_korea1.cpp39 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedKorea1CMaps()
/external/pdfium/core/fpdfapi/cmaps/CNS1/
Dcmaps_cns1.cpp43 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedCNS1CMaps()
/external/pdfium/core/fpdfapi/cmaps/GB1/
Dcmaps_gb1.cpp43 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedGB1CMaps()
/external/pdfium/core/fpdfapi/cmaps/Japan1/
Dcmaps_japan1.cpp55 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedJapan1CMaps()
/external/pdfium/core/fpdfapi/cmaps/
Dfpdf_cmaps.cpp27 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_FindEmbeddedCMap()