Searched refs:FontFamilyNameMatches (Results 1 – 1 of 1) sorted by relevance
664 static bool FontFamilyNameMatches(FcPattern* font, FcPattern* pattern) { in FontFamilyNameMatches() function in SkFontMgr_fontconfig718 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()758 if (NULL == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()