Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp593 SkString familyStr(familyName ? familyName : ""); in matchFamilyName() local
594 if (familyStr.size() > kMaxFontFamilyLength) { in matchFamilyName()
660 FcPattern* match = this->MatchFont(font_set, post_config_family, familyStr); in matchFamilyName()