Searched refs:pNewFonts (Results 1 – 1 of 1) sorted by relevance
978 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByCodePage() local979 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()982 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage()1050 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByUnicode() local1051 sortedFontInfos = pNewFonts.get(); in GetFontByUnicode()1054 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByUnicode()