Searched refs:m_pBuiltinMapper (Results 1 – 2 of 2) sorted by relevance
72 CFX_FontMapper* GetBuiltinMapper() const { return m_pBuiltinMapper.get(); } in GetBuiltinMapper()83 std::unique_ptr<CFX_FontMapper> m_pBuiltinMapper; variable
71 m_pBuiltinMapper(std::make_unique<CFX_FontMapper>(this)), in CFX_FontMgr()