Searched refs:m_pBuiltinMapper (Results 1 – 2 of 2) sorted by relevance
89 m_pBuiltinMapper(pdfium::MakeUnique<CFX_FontMapper>(this)), in CFX_FontMgr()97 m_pBuiltinMapper->SetSystemFontInfo(std::move(pFontInfo)); in SetSystemFontInfo()107 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont()
85 CFX_FontMapper* GetBuiltinMapper() const { return m_pBuiltinMapper.get(); } in GetBuiltinMapper()96 std::unique_ptr<CFX_FontMapper> m_pBuiltinMapper; variable