Searched refs:m_pMapper (Results 1 – 3 of 3) sorted by relevance
142 UnownedPtr<CFX_FontMapper> m_pMapper; member in __anon0419e2b90111::CFX_Win32FontInfo190 m_pMapper->AddInstalledFont(name, FX_GetCharsetFromInt(plf->lfCharSet)); in AddInstalledFont()198 m_pMapper->AddInstalledFont(name, FX_GetCharsetFromInt(plf->lfCharSet)); in AddInstalledFont()203 m_pMapper = pMapper; in EnumFontList()215 if (!m_pMapper) in FindFont()219 m_pMapper->InstalledFontNameStartingWith(name); in FindFont()224 m_pMapper->LocalizedFontNameStartingWith(name); in FindFont()
145 m_pMapper = pMapper; in EnumFontList()267 m_pMapper->AddInstalledFont(facename, FX_Charset::kShiftJIS); in ReportFace()271 m_pMapper->AddInstalledFont(facename, FX_Charset::kChineseSimplified); in ReportFace()275 m_pMapper->AddInstalledFont(facename, FX_Charset::kChineseTraditional); in ReportFace()279 m_pMapper->AddInstalledFont(facename, FX_Charset::kHangul); in ReportFace()283 m_pMapper->AddInstalledFont(facename, FX_Charset::kSymbol); in ReportFace()287 m_pMapper->AddInstalledFont(facename, FX_Charset::kANSI); in ReportFace()
92 UnownedPtr<CFX_FontMapper> m_pMapper; variable