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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp360 const char* post_match_family = get_name(match, FC_FAMILY, id); local
361 if (!post_match_family)
364 (strcasecmp(post_config_family, post_match_family) == 0 ||
368 // post_match_family: "Bitstream Vera Sans"
370 strcasecmp(family.c_str(), post_match_family) == 0) ||
371 IsMetricCompatibleReplacement(family.c_str(), post_match_family);
478 // post_match_family: "Helvetica"
484 // post_match_family: "Times New Roman"
639 // post_match_family: "Helvetica"
645 // post_match_family
[all...]
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp360 const char* post_match_family = get_name(match, FC_FAMILY, id); local
361 if (!post_match_family)
364 (strcasecmp(post_config_family, post_match_family) == 0 ||
368 // post_match_family: "Bitstream Vera Sans"
370 strcasecmp(family.c_str(), post_match_family) == 0) ||
371 IsMetricCompatibleReplacement(family.c_str(), post_match_family);
478 // post_match_family: "Helvetica"
484 // post_match_family: "Times New Roman"
639 // post_match_family: "Helvetica"
645 // post_match_family
[all...]

Completed in 44 milliseconds