Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
Dfpdf_cmaps.cpp14 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_FindEmbeddedCMap()
180 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_LoadCID2UnicodeMap()
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Korea1/
Dcmaps_korea1.cpp37 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedKorea1CMaps()
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/GB1/
Dcmaps_gb1.cpp43 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedGB1CMaps()
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/
Dcmaps_cns1.cpp45 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedCNS1CMaps()
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Japan1/
Dcmaps_japan1.cpp57 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedJapan1CMaps()
/external/pdfium/core/include/fpdfapi/
Dfpdf_module.h151 virtual CPDF_FontGlobals* GetFontGlobals() in GetFontGlobals() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp740 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in _EmbeddedCharcodeFromUnicode()
766 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in _EmbeddedUnicodeFromCharcode()
918 …m_pCMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetPredefinedCMa… in _Load()
940 …m_pCID2UnicodeMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID… in _Load()
1408 …m_pCMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetPredefinedCMa… in LoadGB2312()
1410 …m_pCID2UnicodeMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID… in LoadGB2312()
Dfpdf_font.cpp401 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetStockFont()
723 …m_pBaseMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID2Unicod… in Load()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp28 virtual CPDF_FontGlobals* GetFontGlobals() in GetFontGlobals() function in CPDF_PageModule