Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiadevicemodule.cpp37 auto pNewMgr = pdfium::MakeUnique<CFPF_SkiaFontMgr>(); in GetFontMgr() local
38 if (!pNewMgr->InitFTLibrary()) in GetFontMgr()
40 m_pFontMgr = std::move(pNewMgr); in GetFontMgr()