Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp664 static bool FontFamilyNameMatches(FcPattern* font, FcPattern* pattern) { in FontFamilyNameMatches() function in SkFontMgr_fontconfig
718 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()
758 if (NULL == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()