Home
last modified time | relevance | path

Searched refs:post_match_family (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp566 const char* post_match_family = get_string(match, FC_FAMILY, id); in MatchFont() local
567 if (!post_match_family) in MatchFont()
570 (strcasecmp(post_config_family, post_match_family) == 0 || in MatchFont()
576 strcasecmp(family.c_str(), post_match_family) == 0) || in MatchFont()
577 IsMetricCompatibleReplacement(family.c_str(), post_match_family); in MatchFont()