Searched refs:m_pBuiltinMapper (Results 1 – 3 of 3) sorted by relevance
64 m_pBuiltinMapper = FX_NEW CFX_FontMapper; in CFX_FontMgr()65 if (!m_pBuiltinMapper) { in CFX_FontMgr()68 m_pBuiltinMapper->m_pFontMgr = this; in CFX_FontMgr()75 if (m_pBuiltinMapper) { in ~CFX_FontMgr()76 delete m_pBuiltinMapper; in ~CFX_FontMgr()102 m_pBuiltinMapper->SetSystemFontInfo(pFontInfo); in SetSystemFontInfo()117 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle, in FindSubstFont()
226 CFX_FontMapper* m_pBuiltinMapper; variable
148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont()