Searched refs:post_config_family (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 382 const char* post_config_family, in MatchFont() argument 402 (strcasecmp(post_config_family, post_match_family) == 0 || in MatchFont() 477 const char* post_config_family = get_name(pattern, FC_FAMILY); in matchFamilyName() local 478 if (!post_config_family) { in matchFamilyName() 480 post_config_family = ""; in matchFamilyName() 490 FcPattern* match = this->MatchFont(font_set, post_config_family, familyStr); in matchFamilyName() 501 post_config_family = get_name(match, FC_FAMILY); in matchFamilyName() 502 if (!post_config_family) { in matchFamilyName() 526 outFamilyName->set(post_config_family); in matchFamilyName()
|
D | SkFontConfigInterface_direct.h | 37 FcPattern* MatchFont(FcFontSet* font_set, const char* post_config_family,
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 111 const char post_config_family[], in MatchFont() argument 125 if (iter == stop || !match_name(*iter, post_config_family)) { in MatchFont() 131 if (!valid_pattern(*iter) || !match_name(*iter, post_config_family)) { in MatchFont() 251 const char* post_config_family = get_name(pattern, FC_FAMILY); in onMatchFamily() local 261 FcPattern** match = MatchFont(font_set, post_config_family, &count); in onMatchFamily()
|