Searched refs:font_set (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 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() [all …]
|
D | SkFontConfigInterface_direct.h | 37 FcPattern* MatchFont(FcFontSet* font_set, const char* post_config_family,
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 110 static FcPattern** MatchFont(FcFontSet* font_set, in MatchFont() argument 116 FcPattern** iter = font_set->fonts; in MatchFont() 117 FcPattern** stop = iter + font_set->nfont; in MatchFont() 254 FcFontSet* font_set = FcFontSort(0, pattern, 0, 0, &result); in onMatchFamily() local 255 if (!font_set) { in onMatchFamily() 261 FcPattern** match = MatchFont(font_set, post_config_family, &count); in onMatchFamily() 264 FcFontSetDestroy(font_set); in onMatchFamily()
|