Searched refs:pNewFonts (Results 1 – 1 of 1) sorted by relevance
662 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByUnicodeImpl() local663 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() local811 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()814 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage()