Lines Matching refs:font_set
381 FcPattern* SkFontConfigInterfaceDirect::MatchFont(FcFontSet* font_set, in MatchFont() argument
387 for (int i = 0; i < font_set->nfont; ++i) { in MatchFont()
388 FcPattern* current = font_set->fonts[i]; in MatchFont()
484 FcFontSet* font_set = FcFontSort(0, pattern, 0, 0, &result); in matchFamilyName() local
485 if (!font_set) { in matchFamilyName()
490 FcPattern* match = this->MatchFont(font_set, post_config_family, familyStr); in matchFamilyName()
493 FcFontSetDestroy(font_set); in matchFamilyName()
503 FcFontSetDestroy(font_set); in matchFamilyName()
509 FcFontSetDestroy(font_set); in matchFamilyName()
515 FcFontSetDestroy(font_set); in matchFamilyName()
519 FcFontSetDestroy(font_set); in matchFamilyName()