Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp296 auto* pFontGlobals = CPDF_FontGlobals::GetInstance(); in GetStockFont() local
297 RetainPtr<CPDF_Font> pFont = pFontGlobals->Find(pDoc, font_id.value()); in GetStockFont()
307 pFontGlobals->Set(pDoc, font_id.value(), pFont); in GetStockFont()