Searched refs:norm_name (Results 1 – 6 of 6) sorted by relevance
99 ByteString MatchInstalledFonts(const ByteString& norm_name);
477 ByteString CFX_FontMapper::MatchInstalledFonts(const ByteString& norm_name) { in MatchInstalledFonts() argument481 if (TT_NormalizeName(m_InstalledTTFonts[i]) == norm_name) in MatchInstalledFonts()485 if (TT_NormalizeName(m_LocalizedTTFonts[i].first) == norm_name) in MatchInstalledFonts()
46 const char *norm_name = NORM_NAME; variable2292 printf("Parsing %s\n", norm_name); in corrections_init()2293 file = fopen(norm_name, "r"); in corrections_init()2295 open_fail(norm_name, errno); in corrections_init()2305 line_fail(norm_name, line); in corrections_init()2320 line_fail(norm_name, line); in corrections_init()2331 line_fail(norm_name, line); in corrections_init()2350 file_fail(norm_name); in corrections_init()3342 norm_name = optarg; in main()
994 norm_name = operator.attrgetter('_normalized_name')995 unique = functools.partial(unique_everseen, key=norm_name)
1004 norm_name = operator.attrgetter('_normalized_name')1005 unique = functools.partial(unique_everseen, key=norm_name)
1073 norm_name = os.path.basename(f)[:-len(self.COMPRESSION_SUFFIX)]1080 member.name = norm_name