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.cpp398 const char* post_match_family = get_name(match, FC_FAMILY, id); in MatchFont() local
399 if (!post_match_family) in MatchFont()
402 (strcasecmp(post_config_family, post_match_family) == 0 || in MatchFont()
408 strcasecmp(family.c_str(), post_match_family) == 0) || in MatchFont()
409 IsMetricCompatibleReplacement(family.c_str(), post_match_family); in MatchFont()