Searched refs:pFontGlobals (Results 1 – 2 of 2) sorted by relevance
439 auto* pFontGlobals = CPDF_FontGlobals::GetInstance(); in Load() local450 m_pCMap = pFontGlobals->GetPredefinedCMap(cmap); in Load()468 m_pCID2UnicodeMap = pFontGlobals->GetCID2UnicodeMap(m_Charset); in Load()868 auto* pFontGlobals = CPDF_FontGlobals::GetInstance(); in LoadGB2312() local869 m_pCMap = pFontGlobals->GetPredefinedCMap("GBK-EUC-H"); in LoadGB2312()870 m_pCID2UnicodeMap = pFontGlobals->GetCID2UnicodeMap(m_Charset); in LoadGB2312()
281 auto* pFontGlobals = CPDF_FontGlobals::GetInstance(); in GetStockFont() local282 RetainPtr<CPDF_Font> pFont = pFontGlobals->Find(pDoc, font_id.value()); in GetStockFont()293 pFontGlobals->Set(pDoc, font_id.value(), pFont); in GetStockFont()