Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp662 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByUnicodeImpl() local
663 sortedFontInfos = pNewFonts.get(); in GetFontByUnicodeImpl()
666 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByUnicodeImpl()
810 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByCodePage() local
811 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()
814 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage()