Searched refs:pNewFonts (Results 1 – 1 of 1) sorted by relevance
640 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByCodePage() local641 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()644 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage()685 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>(); in GetFontByUnicode() local686 sortedFontInfos = pNewFonts.get(); in GetFontByUnicode()689 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByUnicode()