Searched refs:m_pBuiltinMapper (Results 1 – 2 of 2) sorted by relevance
81 m_pBuiltinMapper = pdfium::MakeUnique<CFX_FontMapper>(this); in CFX_FontMgr()88 m_pBuiltinMapper.reset(); in ~CFX_FontMgr()103 m_pBuiltinMapper->SetSystemFontInfo(std::move(pFontInfo)); in SetSystemFontInfo()114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont()217 if (bNeedFaceDone && !m_pBuiltinMapper->IsBuiltinFace(face)) in ReleaseFace()
58 CFX_FontMapper* GetBuiltinMapper() const { return m_pBuiltinMapper.get(); } in GetBuiltinMapper()66 std::unique_ptr<CFX_FontMapper> m_pBuiltinMapper; variable