Searched refs:FontAccessible (Results 1 – 2 of 2) sorted by relevance
778 bool FontAccessible(FcPattern* font) const { in FontAccessible() function in SkFontMgr_fontconfig862 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()903 if (!font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()947 if (!font || !FontAccessible(font) || !FontContainsCharacter(font, character)) { in onMatchFamilyStyleCharacter()
779 bool FontAccessible(FcPattern* font) const { in FontAccessible() function in SkFontMgr_fontconfig863 if (FontAccessible(font) && FontFamilyNameMatches(font, matchPattern)) { in onMatchFamily()903 … if (nullptr == font || !FontAccessible(font) || !FontFamilyNameMatches(font, matchPattern)) { in onMatchFamilyStyle()945 if (nullptr == font || !FontAccessible(font) || !FontContainsCharacter(font, character)) { in onMatchFamilyStyleCharacter()